mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-03-26 10:04:18 +08:00
re-enable single-threaded safety checks (for now)
This commit is contained in:
@@ -169,7 +169,7 @@ class ScatterGather(object):
|
||||
return self.results
|
||||
|
||||
|
||||
def run_tasks(self, single_thread=False):
|
||||
def run_tasks(self, single_thread=True):
|
||||
"""
|
||||
Run all queued tasks, wait for them all to finish,
|
||||
and return the set of results
|
||||
|
||||
Reference in New Issue
Block a user