Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
e6d8e91d
Commit
e6d8e91d
authored
Jan 21, 2022
by
c.fortmanngrote
Browse files
Debug comment.
parent
392a4f5c
Pipeline
#268739
failed with stages
in 4 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routes.py
View file @
e6d8e91d
...
...
@@ -146,6 +146,7 @@ def submit():
submit_form
.
query_rayt
.
choices
.
extend
(
session
.
get
(
'rayt_names'
))
submit_form
.
treefile
.
choices
.
extend
([
"None"
]
+
session
.
get
(
'tree_names'
))
if
submit_form
.
validate_on_submit
():
tmpdir
=
session
[
'tmpdir'
]
session
[
'outdir'
]
=
os
.
path
.
join
(
tmpdir
,
'out'
)
...
...
@@ -329,6 +330,8 @@ def submit():
_method
=
'GET'
,)
)
logger
.
debug
(
"Form not validated, rendering submit template."
)
return
render_template
(
'submit.html'
,
title
=
'Submit'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment