Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add callable check to progress_bar
If `progress_func` is `None` a `TypeError` (`TypeError: 'NoneType' object is not callable`) is raised. Add check to verify that `progress_func` is callable. Fixes #378.
- Loading branch information