Skip to content

Commit

Permalink
Fix progressbar with Click 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Sep 30, 2018
1 parent 08b8e01 commit 38f5c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigal/gallery.py
Expand Up @@ -678,7 +678,7 @@ def log_func(x):
for res in self.pool.imap_unordered(worker, media_list):
if res:
failed_files.append(res)
next(bar)
bar.update(1)
self.pool.close()
self.pool.join()
except KeyboardInterrupt:
Expand Down

0 comments on commit 38f5c80

Please sign in to comment.