Kaydet (Commit) f67cce04 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed #21420 once more.

üst dffcc5e9
...@@ -184,7 +184,7 @@ def kqueue_code_changed(): ...@@ -184,7 +184,7 @@ def kqueue_code_changed():
kqueue.control([make_kevent(watcher)], 0) kqueue.control([make_kevent(watcher)], 0)
def update_watch(sender=None, **kwargs): def update_watch(sender=None, **kwargs):
watcher.write('.') watcher.write(b'.')
request_finished.connect(update_watch) request_finished.connect(update_watch)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment