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

Merge branch 'release' into 'main'

Release

See merge request !15
parents 544b7ffd d56b3eda
No related branches found
No related tags found
1 merge request!15Release
Pipeline #60019 passed
from .bindings import execute_graph # noqa: F401 from .bindings import execute_graph # noqa: F401
__version__ = "0.0.1-alpha.1" __version__ = "0.0.2-alpha"
...@@ -79,8 +79,8 @@ def convert_graph(ewoksgraph, **execute_options): ...@@ -79,8 +79,8 @@ def convert_graph(ewoksgraph, **execute_options):
def execute_graph( def execute_graph(
graph, graph,
scheduler=None, scheduler=None,
log_task_execution=False, log_task_execution: Optional[bool] = False,
results_of_all_nodes=False, results_of_all_nodes: Optional[bool] = False,
load_options: Optional[dict] = None, load_options: Optional[dict] = None,
**execute_options **execute_options
): ):
......
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