Skip to content
Snippets Groups Projects
Commit 2f2cdf3d authored by Wout De Nolf's avatar Wout De Nolf
Browse files

rename binding to engine

parent 0347d593
No related branches found
Tags v0.0.3a3
1 merge request!78rename binding to engine
Pipeline #107352 passed
......@@ -23,7 +23,7 @@ package_dir=
packages=find:
python_requires = >=3.6
install_requires =
ewokscore >=0.1.1
ewokscore >=0.3.1
pypushflow >=0.4.0
[options.packages.find]
......
......@@ -569,7 +569,7 @@ class EwoksWorkflow(Workflow):
}
@execute_graph_decorator(binding="ppf")
@execute_graph_decorator(engine="ppf")
def execute_graph(
graph,
inputs: Optional[List[dict]] = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment