Browse Source

Caught by pyflakes (indicates insufficent tests).

Chris McDonough 18 năm trước cách đây
mục cha
commit
0688ac4d7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/supervisor/supervisord.py

+ 1 - 1
src/supervisor/supervisord.py

@@ -191,7 +191,7 @@ class Supervisor:
 
             for fd in w:
                 if process_callbacks.has_key(fd):
-                    callback = process_map[fd]
+                    callback = process_callbacks[fd]
                     callback()
 
                 if socket_map.has_key(fd):