Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
celerytask
Commits
434cc13f80df
Commit
148418b6
authored
Jan 30, 2019
by
Philippe Pepiot
Browse files
flake8 fix over-indented line
parent
377264cbc6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_celerytask/entities.py
View file @
434cc13f
...
...
@@ -55,7 +55,7 @@ def run_all_tasks(cnx):
'Any X WHERE X is CeleryTask, X task_id %(task_id)s'
,
{
'task_id'
:
task
.
id
}
):
continue
continue
results
[
task_eid
]
=
task
.
delay
()
if
celery
.
current_app
.
conf
.
CELERY_ALWAYS_EAGER
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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