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
0a982ed9
Commit
0a982ed9
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
Debug logging.
parent
31e8430b
Pipeline
#258953
failed with stages
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routes.py
View file @
0a982ed9
...
...
@@ -65,9 +65,6 @@ def validate_fasta(filename):
@
app
.
route
(
'/'
)
def
index
():
if
app
.
debug
:
logger
.
warning
(
logger
.
level
)
logger
.
warning
(
"****************** Debug mode is active ******************"
)
return
render_template
(
"index.html"
)
@
app
.
route
(
'/upload'
,
methods
=
[
'GET'
,
'POST'
])
...
...
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