diff options
author | Pjotr Prins | 2020-05-15 09:04:28 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-15 09:04:28 -0500 |
commit | 51503d89df4f5568f503f80c5cbc4fc3325c70aa (patch) | |
tree | bbc539c5d7eabfd243c6f6269c56c55360bd650f /bh20simplewebuploader/main.py | |
parent | 2c5d48abae99f1114ce4b4f3ed7e81b594394886 (diff) | |
parent | 79a85f846671d575eae6f83d96659c0e1be06011 (diff) | |
download | bh20-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/main.py')
-rw-r--r-- | bh20simplewebuploader/main.py | 2 |
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. |