aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uploader/phenotypes/views.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index ab76cfb..430a3fb 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -970,9 +970,8 @@ def edit_upload_phenotype_data(# pylint: disable=[unused-argument]
gnlibs_jobs.initialise_job(conn,
job_id,
[
- sys.executable,
- "-m",
- "scripts.phenotypes_bulk_edit",
+ sys.executable, "-u",
+ "-m", "scripts.phenotypes_bulk_edit",
jobs_db,
str(job_id)
],