diff options
author | Frederick Muriuki Muriithi | 2024-02-07 16:18:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-07 16:18:56 +0300 |
commit | 75bac06965ddf4ff48135ad4a29beba894c0bae4 (patch) | |
tree | 5b7bc9e3a6f8f5d879b10382f22b152b2bfe0464 /qc_app/upload | |
parent | 60bfd62058f3250e99cf8467e407ce756cdc333a (diff) | |
download | gn-uploader-75bac06965ddf4ff48135ad4a29beba894c0bae4.tar.gz |
Prevent infinite redirect.
Diffstat (limited to 'qc_app/upload')
-rw-r--r-- | qc_app/upload/rqtl2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py index f36a3a6..69f18fe 100644 --- a/qc_app/upload/rqtl2.py +++ b/qc_app/upload/rqtl2.py @@ -276,7 +276,7 @@ def create_geno_dataset(species_id: int, population_id: int): if bool(error): return error - sgeno_page = redirect(url_for("upload.rqtl2.select_geno_dataset", + sgeno_page = redirect(url_for("upload.rqtl2.select_dataset_info", species_id=species_id, population_id=population_id, pgsrc="error"), |