From bb6a35e798e98ee1b96b731fb20cac25d511813c Mon Sep 17 00:00:00 2001 From: dhruv Date: Wed, 4 Oct 2023 18:13:28 +0530 Subject: [PATCH] changed run_workflow to run_command --- centroid.py | 2 +- flattenZ.py | 2 +- scale.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/centroid.py b/centroid.py index 16228d0..d456ece 100644 --- a/centroid.py +++ b/centroid.py @@ -83,5 +83,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand())) diff --git a/flattenZ.py b/flattenZ.py index 1dc74d3..95b50be 100644 --- a/flattenZ.py +++ b/flattenZ.py @@ -53,5 +53,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand())) diff --git a/scale.py b/scale.py index d02bfaa..a668bc4 100644 --- a/scale.py +++ b/scale.py @@ -89,5 +89,5 @@ def runCommand(): print("&Build") if args['print_options']: print(json.dumps(getOptions())) - elif args['run_workflow']: + elif args['run_command']: print(json.dumps(runCommand()))