--processes=1 now correctly uses the vanilla dispatcher
This commit is contained in:
@@ -339,6 +339,9 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
|
||||
|
||||
|
||||
# multiprocessing dispatcher
|
||||
if config['processes'] == 1:
|
||||
dispatch = dispatcher.Dispatcher()
|
||||
else:
|
||||
dispatch = dispatcher.MultiprocessingDispatcher(local_procs=config['processes'])
|
||||
last_status_print = time.time()
|
||||
def print_status(phase, completed, total):
|
||||
|
||||
Reference in New Issue
Block a user