Skip to content

Commit

Permalink
changed run_workflow to run_command
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUVJ2003 committed Oct 4, 2023
1 parent 74e8fb9 commit bb6a35e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centroid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
2 changes: 1 addition & 1 deletion flattenZ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
2 changes: 1 addition & 1 deletion scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))

0 comments on commit bb6a35e

Please sign in to comment.