Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix args sent to shutdown #255

Closed
wants to merge 1 commit into from
Closed

fix args sent to shutdown #255

wants to merge 1 commit into from

Conversation

jbarz1
Copy link

@jbarz1 jbarz1 commented Nov 10, 2022

fixes following error when submitting a cancellation message.

s3transfer/futures.py", line 279, in cancel
self._exception = exc_type(msg)
TypeError: 'str' object is not callable

prevents following error

```
s3transfer/futures.py", line 279, in cancel
self._exception = exc_type(msg)
TypeError: 'str' object is not callable
```
@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2022

Codecov Report

Base: 85.32% // Head: 85.32% // No change to project coverage 👍

Coverage data is based on head (16ee9a3) compared to base (7a0d980).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #255   +/-   ##
========================================
  Coverage    85.32%   85.32%           
========================================
  Files           16       16           
  Lines         2713     2713           
========================================
  Hits          2315     2315           
  Misses         398      398           
Impacted Files Coverage Δ
s3transfer/manager.py 96.55% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cfxegbert
Copy link

See pull request #253 for integration test as well as the fix

@jbarz1 jbarz1 closed this Dec 10, 2022
@jbarz1 jbarz1 deleted the shutdown branch December 10, 2022 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants