Skip to content

Commit

Permalink
delete constraint file, returning tag id
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoldberg22 committed Feb 1, 2024
1 parent e1972c0 commit 0b38073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions GNC-A-0014.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/aerie_cli/aerie_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ def add_constraint_tag(self, constraint_id: int, tag_name: str):
tag_id=self.get_tag_id_by_name(tag_name)
)

return resp['returning'][0]
return resp['returning'][0]["tag_id"]

def upload_constraint(self, constraint, tags=None):
upload_constraint_query = """
Expand Down

0 comments on commit 0b38073

Please sign in to comment.