From: Mark Hymers Date: Sun, 27 Mar 2011 08:08:56 +0000 (+0100) Subject: Comment out results gathering to test for hang failure X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=2ca1150731883d5e521b6f6749c001dbd6188cdc;p=dak.git Comment out results gathering to test for hang failure Signed-off-by: Mark Hymers --- diff --git a/daklib/dakmultiprocessing.py b/daklib/dakmultiprocessing.py index ded81a29..8e66cfdb 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()