We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a30206 commit ca7b148Copy full SHA for ca7b148
scripts/automated_ingestion/eessitarball.py
@@ -307,6 +307,7 @@ def mark_new_tarball_as_staged(self):
307
# Verify the signatures of the tarball and metadata file.
308
if not self.verify_signatures():
309
logging.warn('Signature verification of the tarball or its metadata failed, skipping this tarball...')
310
+ return
311
312
contents = ''
313
with open(self.local_metadata_path, 'r') as meta:
0 commit comments