diff --git a/b2/console_tool.py b/b2/console_tool.py index a537b522f..f660140cd 100644 --- a/b2/console_tool.py +++ b/b2/console_tool.py @@ -687,7 +687,7 @@ def _set_threads_from_args(self, args): class _TqdmCloser: """ - On OSX using Tqdm with b2sdk causes semaphore leaks. This fix is located here and in b2sdk, because after this + On OSX using Tqdm with b2sdk causes semaphore leaks. This fix is located here and not in b2sdk, because after this cleanup Tqdm might not work properly, therefore it's best to do it when exiting a python process. """