Skip to content

Commit 058d2f5

Browse files
bedrogetrz42
andauthored
Fix typo
Co-authored-by: Thomas Röblitz <[email protected]>
1 parent 5b8ee1c commit 058d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated_ingestion/eessitarball.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def download(self, force=False):
7575
f'Failed to download signature file {sig_object} for {object} from {self.bucket} to {local_sig_file}. ' +
7676
'Ignoring this, because signatures are not required with the current configuration.'
7777
)
78-
# Npw we download the file itself.
78+
# Now we download the file itself.
7979
try:
8080
self.s3.download_file(self.bucket, object, local_file)
8181
except:

0 commit comments

Comments
 (0)