*** empty log message ***
authorDavid E. Eisenstat <deisenst@cs.princeton.edu>
Sat, 23 Jun 2007 12:46:14 +0000 (12:46 +0000)
committerDavid E. Eisenstat <deisenst@cs.princeton.edu>
Sat, 23 Jun 2007 12:46:14 +0000 (12:46 +0000)
accounts.py

index 12084c2..08ceac1 100644 (file)
@@ -123,6 +123,7 @@ class Worker:
         if not isinstance(self._acct, next_class): self._acct = next_class(rec)
         else: self._acct.configure(rec)
         if startingup:
+            global cumstartdelay
             self._acct.start(delay=cumstartdelay)
             cumstartdelay += 2
         elif next_class != curr_class or self._acct.initscriptchanged: