From a02ff54d229a9665b17924a8f518a3ead83c51d1 Mon Sep 17 00:00:00 2001 From: Morgan Taylor Date: Thu, 27 Feb 2025 15:48:06 -0500 Subject: [PATCH] dummy commit --- scripts/firecloud_api/firecloud_api.py | 1 + 1 file changed, 1 insertion(+) 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: