Explorar el Código

Fix indentation

Mike Naberezny hace 9 años
padre
commit
55694cfce9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisor/rpcinterface.py

+ 1 - 1
supervisor/rpcinterface.py

@@ -482,7 +482,7 @@ class SupervisorNamespaceRPCInterface:
             raise RPCError(Faults.BAD_SIGNAL, signal)
 
         if process.get_state() not in RUNNING_STATES:
-           raise RPCError(Faults.NOT_RUNNING)
+            raise RPCError(Faults.NOT_RUNNING)
 
         msg = process.signal(sig)