diff options
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/phenotypes/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 339ef3d..961c088 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -972,6 +972,7 @@ def edit_upload_phenotype_data(# pylint: disable=[unused-argument] [ sys.executable, "-u", "-m", "scripts.phenotypes_bulk_edit", + app.config["SQL_URI"], jobs_db, str(job_id) ], |