Fixed #21420 once more.

This commit is contained in:
Aymeric Augustin 2013-11-11 15:48:33 +01:00
parent dffcc5e979
commit f67cce0434
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def kqueue_code_changed():
kqueue.control([make_kevent(watcher)], 0)
def update_watch(sender=None, **kwargs):
watcher.write('.')
watcher.write(b'.')
request_finished.connect(update_watch)