Skip to content

Commit

Permalink
Update b2/console_tool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Polewicz <[email protected]>
  • Loading branch information
mpnowacki-reef and ppolewicz authored Nov 27, 2023
1 parent 43c21d6 commit 8a3ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2/console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 8a3ae3e

Please sign in to comment.