Skip to content

Commit

Permalink
Remove extra arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nl-sm committed Jan 24, 2025
1 parent 33b40c5 commit 78a7033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3transfer/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def shutdown(self, cancel=False, cancel_msg=''):
:param cancel_msg: The message to specify if canceling all in-progress
transfers.
"""
self._shutdown(cancel, cancel_msg, cancel)
self._shutdown(cancel, cancel_msg)

def _shutdown(self, cancel, cancel_msg, exc_type=CancelledError):
if cancel:
Expand Down

0 comments on commit 78a7033

Please sign in to comment.