This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
resize-squares.py progress bar doesn't work with multiprocessing #9
Labels
bug
Something isn't working
The progress bar in resize-squares.py does not accurately count completed images.
This has to do with calling bar.next() from with in a subprocess (created via multiprocessing pool).
The text was updated successfully, but these errors were encountered: