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
6267921c
Commit
6267921c
authored
Apr 07, 2020
by
payno
Browse files
[pythonActorX] update input signature to fit current standard
parent
2e725562
Changes
2
Hide whitespace changes
Inline
Side-by-side
pypushflow/test/pythonActor1.py
View file @
6267921c
...
...
@@ -24,6 +24,6 @@ __license__ = "MIT"
__date__
=
"28/05/2019"
def
run
(
**
kwargs
):
def
run
(
*
args
,
**
kwargs
):
return
{
'actor1'
:
True
}
pypushflow/test/pythonActor2.py
View file @
6267921c
...
...
@@ -24,6 +24,6 @@ __license__ = "MIT"
__date__
=
"28/05/2019"
def
run
(
**
kwargs
):
def
run
(
*
args
,
**
kwargs
):
return
{
'actor2'
:
True
}
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