Chris McDonough %!s(int64=19) %!d(string=hai) anos
pai
achega
77a75123c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/supervisor/supervisord.py

+ 1 - 1
src/supervisor/supervisord.py

@@ -374,7 +374,7 @@ class Subprocess:
         return None
 
     def governor(self):
-        # Back off if respawning too frequently
+        """ Back off if respawning too frequently """
         now = time.time()
         if not self.laststart:
             pass