lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Do proper check for tqdm progress to not error out #140

Closed rcdilorenzo closed 3 years ago

rcdilorenzo commented 3 years ago

This causes clients to error out when tqdm is installed and the progress doesn't already have a value greater than 0.

I had squashed this bug in other places but missed some.