Skip to content

Commit b966673

Browse files
committed
Support run ondemand Automation-API Control-M
1 parent 6920381 commit b966673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aapi/bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run_on_demand(self, environment: Environment, inpath: str = f'run_on_demand{
8585
else:
8686
on_demand_workflow.add(self, inpath=inpath)
8787

88-
on_demand_workflow.run_on_demand(
88+
return on_demand_workflow.run_on_demand(
8989
skip_login=skip_login,
9090
file_path=file_path,
9191
delete_afterwards=delete_afterwards,

0 commit comments

Comments
 (0)