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
e68805d1
Commit
e68805d1
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
Fixing indentation error.
parent
d42e1784
Pipeline
#258922
failed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routes.py
View file @
e68805d1
...
...
@@ -514,10 +514,8 @@ def plot():
@
app
.
route
(
'/test_task'
)
def
test_task
():
-
job
=
app
.
queue
.
enqueue
(
redis_tests
.
example
,
10
)
logger
.
info
(
job
.
result
)
return
redirect
(
url_for
(
'index'
))
@
app
.
route
(
'/test_mail'
)
...
...
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