Explorar o código

Caught by pyflakes (indicates insufficent tests).

Chris McDonough %!s(int64=18) %!d(string=hai) anos
pai
achega
0688ac4d7e
Modificáronse 1 ficheiros con 1 adicións e 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):