Skip to content

Commit 367f2cc

Browse files
committed
enable the exporters
1 parent 464b3b9 commit 367f2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end_of_run_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def log_completion(uid):
8484
def end_of_run_workflow(stop_doc):
8585
uid = stop_doc["run_start"]
8686
# general_data_validation(uid)
87-
#export(uid)
87+
export(uid)
8888
log_completion(uid)
8989

9090

0 commit comments

Comments
 (0)