re-enable single-threaded safety checks (for now)

This commit is contained in:
Jude Nelson
2017-03-16 19:40:50 -04:00
parent 441bac7947
commit 215f6eb2d9

View File

@@ -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