Skip to content

Commit

Permalink
Update src/aerie_cli/aerie_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carter Mak <[email protected]>
  • Loading branch information
rohan-r-kulkarni and cartermak committed Jul 10, 2023
1 parent 595f2db commit 2abed0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aerie_cli/aerie_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ def upload_scheduling_goal(self, model_id, name, definition):
obj["model_id"] = model_id
obj["definition"] = definition

return self.upload_scheduling_goals(obj)
return self.upload_scheduling_goals([obj])

def upload_scheduling_goals(self, upload_object):
"""
Expand Down

0 comments on commit 2abed0d

Please sign in to comment.