summaryrefslogtreecommitdiff
path: root/morphlib/buildcontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildcontroller.py')
-rw-r--r--morphlib/buildcontroller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildcontroller.py b/morphlib/buildcontroller.py
index 091f575f..fdc6c5e0 100644
--- a/morphlib/buildcontroller.py
+++ b/morphlib/buildcontroller.py
@@ -51,7 +51,7 @@ class BuildController(object):
self.workers.add(worker)
self.mark_idle(worker)
- def wait_for_workers(self, need_idle=False, timeout=0.1): # pragma: no cover
+ def wait_for_workers(self, need_idle=False,timeout=0.1): # pragma: no cover
# first, check if any of the busy workers are finished
while all([not x.check_complete(timeout) for x in self.busy_workers]):
# wait and repeat if they are all busy and we have no idle workers