Skip to content
Snippets Groups Projects
Commit 69f9f548 authored by ranchodeluxe's avatar ranchodeluxe
Browse files

make it fail baby

parent 553c2f58
Branches s3-copy
No related tags found
No related merge requests found
Pipeline #4218 passed with stage
in 4 seconds
......@@ -466,12 +466,9 @@ if __name__ == "__main__":
t1 = time.time()
try:
run_func = globals()[args.run_function_name]
logger.info(f"[ RUNNING ]: {run_func}")
run_func()
except Exception as e:
logger.exception(e)
run_func = globals()[args.run_function_name]
logger.info(f"[ RUNNING ]: {run_func}")
run_func()
t2 = time.time()
print(f"{(t2-t1)/60.} minutes used to run the whole code")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment