Ver Fonte

Caught by pyflakes (indicates insufficent tests).

Chris McDonough há 18 anos atrás
pai
commit
0688ac4d7e
1 ficheiros alterados com 1 adições e 1 exclusões
  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):