Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Oct 30, 2020
1 parent 443fa54 commit 787b58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Visualization/continuum_snake_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
pov_thread=THREAD_PER_AGENT
)
with Pool(NUM_AGENT) as p:
for i, _ in enumerate(p.imap_unordered(func, batch)):
for message in p.imap_unordered(func, batch):
#(TODO) POVray error within child process could be an issue
pbar.update()
else:
for filename in batch:
Expand Down

0 comments on commit 787b58e

Please sign in to comment.