diff options
author | Pjotr Prins | 2020-05-14 19:01:40 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-14 19:01:40 -0500 |
commit | 5a880b8a4ac1c99e7a6e545b90486e61ae338e9d (patch) | |
tree | d086d2167c9894de45d9a42f941c10ed5c016369 /bh20simplewebuploader/main.py | |
parent | 3ff39327fd531444817a2ce54c37c0bd59752226 (diff) | |
parent | 9f901a09a6f5ac95d6875c9e0b435ea9b62fc0f9 (diff) | |
download | bh20-seq-resource-5a880b8a4ac1c99e7a6e545b90486e61ae338e9d.tar.gz bh20-seq-resource-5a880b8a4ac1c99e7a6e545b90486e61ae338e9d.tar.lz bh20-seq-resource-5a880b8a4ac1c99e7a6e545b90486e61ae338e9d.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. |