Fix exception reraising

This commit is contained in:
Daniel Beer
2022-12-30 12:40:07 -05:00
parent d602efd3f0
commit 6b475becd9

View File

@@ -95,7 +95,7 @@ except Exception:
# will have gathered errors/warnings
status_writer.csv_write_warnings()
#pass the exception up to be put into log by runner
raise(Exception)
raise
#
# Form output tables
@@ -164,7 +164,7 @@ try:
except Exception:
#possible warnings accumulated
status_writer.csv_write_warnings()
raise Exception
raise
#
# Setup rest of basetables