This commit is contained in:
Kenneth Kehl
2024-08-01 09:37:49 -07:00
parent 4299b46f8a
commit b5014bd0ec

View File

@@ -116,7 +116,8 @@ def download_from_s3(
raise Exception(pce)
except Exception as e:
print(f"An error occurred {e}")
raise Exception(e)
text = f"EXCEPTION {e} local_filename {local_filename}"
raise Exception(text)
return result