Skip to content

Commit

Permalink
fix missing "progress" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 15, 2024
1 parent a9938bb commit 40b58d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/utils/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def target_path(self, s3_object, source, target):
def source_size(self, s3_object):
return s3_object["Size"]

def transfer_file(self, source, target, overwrite, resume, verbosity, config=None):
def transfer_file(self, source, target, overwrite, resume, verbosity, progress, config=None):
try:
return self._transfer_file(source, target, overwrite, resume, verbosity, config=config)
except Exception as e:
Expand Down

0 comments on commit 40b58d2

Please sign in to comment.