diff options
author | Frederick Muriuki Muriithi | 2024-01-24 12:29:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-24 12:29:10 +0300 |
commit | 07deef46a3f3ba53cc632a9381fb25c55e1017b1 (patch) | |
tree | a2f4fd1c9f9f69ed774ceff7d0cc5549f630bf9e /qc_app/dbinsert.py | |
parent | 96c600723726c3391532d86d17183bea960ece57 (diff) | |
download | gn-uploader-07deef46a3f3ba53cc632a9381fb25c55e1017b1.tar.gz |
Checks: Update code and tests to ensure all checks pass.
Diffstat (limited to 'qc_app/dbinsert.py')
-rw-r--r-- | qc_app/dbinsert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/dbinsert.py b/qc_app/dbinsert.py index 31e4cea..f36651f 100644 --- a/qc_app/dbinsert.py +++ b/qc_app/dbinsert.py @@ -374,7 +374,7 @@ def insert_data(): app.config["JOBS_TTL_SECONDS"]), redisurl, f"{app.config['UPLOAD_FOLDER']}/job_errors") - return redirect(url_for("dbinsert.insert_status", job_id=job["job_id"])) + return redirect(url_for("dbinsert.insert_status", job_id=job["jobid"])) return render_error(f"File '{filename}' no longer exists.") except AssertionError as aserr: return render_error(f"Missing data: {aserr.args[0]}") |