aboutsummaryrefslogtreecommitdiff
path: root/qc_app
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-04-12 10:19:09 +0300
committerFrederick Muriuki Muriithi2024-04-12 10:19:09 +0300
commit20f97ecd2cc8a42b51d65b07187f17d3f2402fdc (patch)
treed468b6f22d9ad6c70bb681842204452e70995eb7 /qc_app
parent8e4e15ae62989f07d3ca8512165ba2a93c42aa94 (diff)
downloadgn-uploader-20f97ecd2cc8a42b51d65b07187f17d3f2402fdc.tar.gz
Add missing return.
Diffstat (limited to 'qc_app')
-rw-r--r--qc_app/upload/rqtl2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py
index 8c80ef3..1f0a015 100644
--- a/qc_app/upload/rqtl2.py
+++ b/qc_app/upload/rqtl2.py
@@ -799,6 +799,7 @@ def create_probeset_dataset(species_id: int, population_id: int):#pylint: disabl
flash(("There was a problem creating your dataset. Please try "
"again."),
errorclasses)
+ return summary_page
return render_template(
"rqtl2/create-probe-dataset-success.html",
species=species_by_id(conn, species_id),