From 3bd3049fd403886a9653aa7c2fbd1639926420ea Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 21 Jun 2022 12:28:02 +0300 Subject: Test the progress indication feature --- qc_app/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qc_app/parse.py') diff --git a/qc_app/parse.py b/qc_app/parse.py index fa3c8cd..a017b2c 100644 --- a/qc_app/parse.py +++ b/qc_app/parse.py @@ -83,7 +83,7 @@ def parse_status(job_id: str): job_name = f"Parsing '{filename}'", errors=errors) - return render_template("no_such_job.html", job_id=job_id) + return render_template("no_such_job.html", job_id=job_id), 400 @parsebp.route("/results/", methods=["GET"]) def results(job_id: str): -- cgit v1.2.3