Fixed the broken logic in process execution

This commit is contained in:
Thomas Nagy 2016-02-27 09:37:04 +01:00
parent 015f522fb3
commit 9dbcc4274b
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ class Spawner(Utils.threading.Thread):
def run(self):
master = self.master
while 1:
if master.stop:
break
task = master.ready.get()
self.sem.acquire()
task.log_display(task.generator.bld)