From 6b0ddee7a57a6d2e02024ebcd22dbe915d09e375 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 15 Feb 2024 04:53:40 +0300 Subject: Provide the log messages to the status page. --- qc_app/upload/rqtl2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qc_app') diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py index a32019f..48cb1d2 100644 --- a/qc_app/upload/rqtl2.py +++ b/qc_app/upload/rqtl2.py @@ -245,7 +245,7 @@ def rqtl2_bundle_qc_status(jobid: UUID): geno_percent=compute_percentage(thejob, "geno"), pheno_percent=compute_percentage(thejob, "pheno"), phenose_percent=compute_percentage(thejob, "phenose"), - messages=tuple()) + messages=logmessages) except jobs.JobNotFound: return render_template("rqtl2/no-such-job.html", jobid=jobid) -- cgit v1.2.3