Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor committed Feb 27, 2025
1 parent 925cfbf commit a02ff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/firecloud_api/firecloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a02ff54

Please sign in to comment.