1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

Fixed #21420 once more.

This commit is contained in:
Aymeric Augustin 2013-11-11 15:48:33 +01:00
parent dffcc5e979
commit f67cce0434

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)