Explorar el Código

Caught by pyflakes (indicates insufficent tests).

Chris McDonough hace 18 años
padre
commit
0688ac4d7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):