Skip to content

Commit b2a884c

Browse files
committed
updated
1 parent a977f8b commit b2a884c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/file_validator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ def read_manifest(self):
198198
except Exception as e:
199199
self.log.debug(e)
200200
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)
204201
return files_info
205202
"""
206203
validate file id format

0 commit comments

Comments
 (0)