diff --git a/scripts/firecloud_api/firecloud_api.py b/scripts/firecloud_api/firecloud_api.py index c0b43aae6f..6679f3ebc1 100644 --- a/scripts/firecloud_api/firecloud_api.py +++ b/scripts/firecloud_api/firecloud_api.py @@ -681,6 +681,7 @@ def main(self): print(json.dumps(workflow_status_map)) # Output the dictionary as a JSON string for bash parsing else: print("No workflows found or an error occurred.") + elif args.action == "create_new_method_config": # Check for required arguments for create_new_method_config action if not args.pipeline_name or not args.branch_name: