We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8ee1c commit 058d2f5Copy full SHA for 058d2f5
scripts/automated_ingestion/eessitarball.py
@@ -75,7 +75,7 @@ def download(self, force=False):
75
f'Failed to download signature file {sig_object} for {object} from {self.bucket} to {local_sig_file}. ' +
76
'Ignoring this, because signatures are not required with the current configuration.'
77
)
78
- # Npw we download the file itself.
+ # Now we download the file itself.
79
try:
80
self.s3.download_file(self.bucket, object, local_file)
81
except:
0 commit comments