[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Comment out results gathering to test for hang failure



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 daklib/dakmultiprocessing.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/daklib/dakmultiprocessing.py b/daklib/dakmultiprocessing.py
index ded81a2..8e66cfd 100644
--- a/daklib/dakmultiprocessing.py
+++ b/daklib/dakmultiprocessing.py
@@ -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()
-- 
1.7.2.5


Reply to: