aboutsummaryrefslogtreecommitdiff
path: root/gn_libs
diff options
context:
space:
mode:
Diffstat (limited to 'gn_libs')
-rw-r--r--gn_libs/jobs/launcher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn_libs/jobs/launcher.py b/gn_libs/jobs/launcher.py
index 5edcd07..0b14f98 100644
--- a/gn_libs/jobs/launcher.py
+++ b/gn_libs/jobs/launcher.py
@@ -40,6 +40,7 @@ def run_job(conn, job, outputs_directory: Path):
os.remove(stdout_file)
os.remove(stderr_file)
+ jobs.update_metadata(conn, job_id, "status", "completed")
return process.poll()
except:
jobs.update_metadata(conn, job_id, "status", "error")