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 a977f8b commit b2a884cCopy full SHA for b2a884c
src/file_validator.py
@@ -198,9 +198,6 @@ def read_manifest(self):
198
except Exception as e:
199
self.log.debug(e)
200
self.log.exception(f"Reading manifest failed - internal error. Please try again and contact the helpdesk if this error persists.")
201
- finally:
202
- if is_s3_manifest and os.path.exists(self.pre_manifest):
203
- os.remove(self.pre_manifest)
204
return files_info
205
"""
206
validate file id format
0 commit comments