aboutsummaryrefslogtreecommitdiff
path: root/qc_app/entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/entry.py')
-rw-r--r--qc_app/entry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/entry.py b/qc_app/entry.py
index f91e59d..b7b4b6f 100644
--- a/qc_app/entry.py
+++ b/qc_app/entry.py
@@ -20,7 +20,7 @@ def upload_file():
return render_template("index.html")
errors = False
- if request.form["filetype"] not in ("average", "standard_error"):
+ if request.form["filetype"] not in ("average", "standard-error"):
flash("Invalid file type provided.", "alert-error")
errors = True