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
4a5e9b96
Commit
4a5e9b96
authored
May 12, 2020
by
payno
Browse files
fix typo. give self._configuration instead of configuration
parent
f68c6d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/Workflow.py
View file @
4a5e9b96
...
...
@@ -44,7 +44,8 @@ class _BaseWorkflow:
self
.
_add_ons
=
[]
for
add_on_class
in
self
.
_getAddOnsClasses
():
self
.
_add_ons
.
append
(
add_on_class
(
workflow
=
self
,
configuration
=
configuration
))
configuration
=
self
.
_configuration
))
def
_getAddOnsClasses
(
self
):
add_ons
=
[]
...
...
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