Merge pull request #1727 from xiyanxiyan10/master

better format for process.py
This commit is contained in:
Ben Darnell 2016-05-28 13:29:56 -04:00
commit 6523b3ade9
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ def fork_processes(num_processes, max_restarts=100):
else:
children[pid] = i
return None
for i in range(num_processes):
id = start_child(i)
if id is not None: