Skip to content

Commit

Permalink
refactor token
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 12, 2024
1 parent 89216dd commit 4bcc757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firecloud_api/firecloud_api2.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def poll_job_status(self, submission_id):

return workflow_status_map

def quote_values(inputs_json):
def quote_values(self, inputs_json):
return {key: f'"{value}"' for key, value in inputs_json.items()}

def get_workflow_outputs(self, submission_id, workflow_id, pipeline_name):
Expand Down

0 comments on commit 4bcc757

Please sign in to comment.