Преглед изворни кода

Caught by pyflakes (indicates insufficent tests).

Chris McDonough пре 18 година
родитељ
комит
0688ac4d7e
1 измењених фајлова са 1 додато и 1 уклоњено
  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):