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 56f2023 commit a867c67Copy full SHA for a867c67
scripts/automated_ingestion/eessitarball.py
@@ -300,7 +300,7 @@ def print_ingested(self):
300
"""Process a tarball that has already been ingested."""
301
logging.info(f'{self.object} has already been ingested, skipping...')
302
303
- def handle_failed_signature_verification():
+ def handle_failed_signature_verification(self):
304
"""Process a signature verification failure."""
305
sig_failed_msg = f'Failed to verify signatures for `{self.object}`.'
306
logging.error(sig_failed_msg)
0 commit comments