Skip to content
Snippets Groups Projects
Commit 6f582f64 authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

tbd

parent 047d7211
No related branches found
No related tags found
No related merge requests found
......@@ -223,10 +223,11 @@ class PixelLoader(QObject):
self.queueChecker.start()
for i, workPackage in enumerate(workPackages):
args = (workPackage, self.jobid, i, theGeometry, self.resultQueue, self.cancelEvent)
if False:
if True:
r = self.pool.apply_async(loadProfiles, args=args, callback=self.checkQueue)
self.APPLYRESULTS.append(r)
else:
#debug
self.checkQueue(loadProfiles(*args))
self.pool.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment