]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dakmultiprocessing.py
Comment out results gathering to test for hang failure
[dak.git] / daklib / dakmultiprocessing.py
index ded81a2902cf975161cb2c20d372a7f9bb1a477c..8e66cfdb177342f94b7adcbac1c1c23e47674ba4 100644 (file)
@@ -50,7 +50,7 @@ class Pool():
 
     def join(self):
         self.pool.join()
-        for r in self.results:
-            # return values were already handled in the callbacks, but asking
-            # for them might raise exceptions which would otherwise be lost
-            r.get()
+        #for r in self.results:
+        #    # return values were already handled in the callbacks, but asking
+        #    # for them might raise exceptions which would otherwise be lost
+        #    r.get()