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
f68c6d57
Commit
f68c6d57
authored
May 12, 2020
by
payno
Browse files
fix pre_trigger_action signature
parent
88fed3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/addon/classes.py
View file @
f68c6d57
...
...
@@ -44,7 +44,7 @@ class BaseActorAddOn:
def
target
(
self
):
return
self
.
__target
def
pre_trigger_action
(
self
,
actor
):
def
pre_trigger_action
(
self
,
actor
,
in_data
):
pass
def
post_trigger_action
(
self
,
actor
):
...
...
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