[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r19593: {torflow} Arg this race just won't go away. Die die die. (torflow/trunk/NetworkScanners/BwAuthority)



Author: mikeperry
Date: 2009-05-30 01:32:27 -0400 (Sat, 30 May 2009)
New Revision: 19593

Modified:
   torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
Log:

Arg this race just won't go away. Die die die.



Modified: torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py	2009-05-30 05:32:18 UTC (rev 19592)
+++ torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py	2009-05-30 05:32:27 UTC (rev 19593)
@@ -171,6 +171,7 @@
     cond = threading.Condition()
     def notlambda2(this):
       cond.acquire()
+      this.run_all_jobs = False
       plog("INFO", "Commit done.")
       cond.notify()
       cond.release()