diff options
author | Frederick Muriuki Muriithi | 2024-01-09 17:07:20 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-09 17:07:20 +0300 |
commit | a5210ccc1699ee5a0362d2975809039242dcdfa6 (patch) | |
tree | 84ad012b48303ecc86aa19bd70bde5c06dd2e1bc /gn2/wqflask | |
parent | a99d72418d2349ba782fa4e48e68c46426641a01 (diff) | |
download | genenetwork2-a5210ccc1699ee5a0362d2975809039242dcdfa6.tar.gz |
Update script's module path.
Diffstat (limited to 'gn2/wqflask')
-rw-r--r-- | gn2/wqflask/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index ec138a67..41895f89 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -946,7 +946,7 @@ def corr_compute_page(): job_id = jobs.queue( rconn, { "command": [ - sys.executable, "-m", "scripts.corr_compute", filepath, + sys.executable, "-m", "gn2.scripts.corr_compute", filepath, g.user_session.user_id], "request_received_time": request_received.isoformat(), "status": "queued" |