X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdakmultiprocessing.py;h=8e66cfdb177342f94b7adcbac1c1c23e47674ba4;hb=2ca1150731883d5e521b6f6749c001dbd6188cdc;hp=ded81a2902cf975161cb2c20d372a7f9bb1a477c;hpb=0d17ba4acfa0a60bbc0a0a952b4d535345cadd54;p=dak.git 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()