aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader
diff options
context:
space:
mode:
authorPjotr Prins2020-05-15 09:04:28 -0500
committerPjotr Prins2020-05-15 09:04:28 -0500
commit51503d89df4f5568f503f80c5cbc4fc3325c70aa (patch)
treebbc539c5d7eabfd243c6f6269c56c55360bd650f /bh20simplewebuploader
parent2c5d48abae99f1114ce4b4f3ed7e81b594394886 (diff)
parent79a85f846671d575eae6f83d96659c0e1be06011 (diff)
downloadbh20-seq-resource-51503d89df4f5568f503f80c5cbc4fc3325c70aa.tar.gz
bh20-seq-resource-51503d89df4f5568f503f80c5cbc4fc3325c70aa.tar.lz
bh20-seq-resource-51503d89df4f5568f503f80c5cbc4fc3325c70aa.zip
Merge branch 'master' of github.com:arvados/bh20-seq-resource
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r--bh20simplewebuploader/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py
index 2aebe80..e80713f 100644
--- a/bh20simplewebuploader/main.py
+++ b/bh20simplewebuploader/main.py
@@ -259,7 +259,7 @@ def parse_input(input_string, html_type, number_step=None):
Raise NotImplementedError if we forgot to implement a type.
"""
- if html_type == 'text':
+ if html_type == 'text' or html_type == 'select':
return input_string
elif html_type == 'number':
# May be an int or a float.