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
workflow
pypushflow
Commits
6c2c2370
Commit
6c2c2370
authored
Sep 29, 2021
by
Olof Svensson
Committed by
Wout De Nolf
Sep 29, 2021
Browse files
Fix of typo
parent
a7a6e67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/AbstractActor.py
View file @
6c2c2370
...
...
@@ -79,7 +79,7 @@ class AbstractActor(ThreadCountingActor):
return
self
.
started
def
setStarted
(
self
):
logger
.
debug
(
"Setting
finish
ed of {0} to True"
.
format
(
self
.
name
))
logger
.
debug
(
"Setting
start
ed of {0} to True"
.
format
(
self
.
name
))
self
.
started
=
True
def
hasFinished
(
self
):
...
...
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