Chris McDonough 19 år sedan
förälder
incheckning
77a75123c8
1 ändrade filer med 1 tillägg och 1 borttagningar
  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