Skip to content

Commit

Permalink
test out config methodVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 20, 2024
1 parent d758cbb commit 1b41e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firecloud_api/firecloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def quote_values(self, data):
elif isinstance(data, (str, int, float, bool)):
return f"\"{data}\""
else:
return data # Return as-is if it's not a string, int, float, or bool
return data # Return as-is if it's not a string, int, float, or boolean


def upload_test_inputs(self, pipeline_name, test_inputs, branch_name):
Expand Down

0 comments on commit 1b41e0c

Please sign in to comment.