From a5210ccc1699ee5a0362d2975809039242dcdfa6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jan 2024 17:07:20 +0300 Subject: Update script's module path. --- gn2/wqflask/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1