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
Thomas Lavocat
yggdrasil
Commits
b8e55398
Commit
b8e55398
authored
Dec 13, 2017
by
Thomas Lavocat
Browse files
Temporary fix
A cancelled task may not get to the done state ?
parent
c381803a
Changes
1
Hide whitespace changes
Inline
Side-by-side
yggdrasil/task_lib/processor.py
View file @
b8e55398
...
...
@@ -58,7 +58,6 @@ class TaskProcessor(FrameworkControler):
def
task_cancel
(
self
,
name
)
:
print
(
consts
.
green
(
"{} is {}"
.
format
(
name
,
self
.
groups
[
name
].
state
)))
self
.
end
()
# Run some tests
def
start
(
self
,
networkId
):
...
...
Write
Preview
Supports
Markdown
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