Skip to content

Commit ffa0e87

Browse files
committed
add print to ensure pip is installing the branch correctly in local dockerized test
1 parent f4d0269 commit ffa0e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/evdev/eventio_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
else:
1414
from typing import Any as Self
1515

16-
1716
class ReadIterator:
1817
def __init__(self, device):
1918
self.current_batch = iter(())
@@ -55,6 +54,7 @@ def next_batch_ready(batch):
5554

5655
class EventIO(eventio.EventIO):
5756
def _do_when_readable(self, callback):
57+
print("GET_RUNNING_LOOP")
5858
loop = asyncio.get_running_loop()
5959

6060
def ready():

0 commit comments

Comments
 (0)