aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-25 13:03:16 -0500
committerFrederick Muriuki Muriithi2025-03-25 13:16:16 -0500
commit03cc1b298e03879c41b44436fcc511c1a10938e8 (patch)
tree8cdd9aee5d4480f2f7b7e577fa7e5af931bf1efd /uploader/phenotypes
parenta4a63a023a7ad348de0211bf69e3d4e7430023aa (diff)
downloadgn-uploader-03cc1b298e03879c41b44436fcc511c1a10938e8.tar.gz
Run job with unbuffered outputs.
Diffstat (limited to 'uploader/phenotypes')
-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)
],