mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Fix failing test
This commit is contained in:
@@ -339,6 +339,7 @@ class TestDnDKitten(BaseTest):
|
||||
self.img_drag_data = None
|
||||
|
||||
def read_drag_data(self, mime):
|
||||
# self.pty.log_data_flow = True
|
||||
ans = b''
|
||||
while True:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user