Skip to content

Commit

Permalink
Merge pull request #71 from AryaXAI/chintan1
Browse files Browse the repository at this point in the history
tad data download
  • Loading branch information
chintanarya authored Dec 15, 2024
2 parents 82a77b2 + 3407a2b commit 9c17d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aryaxai/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,8 @@ def get_tag_data(
:return: dataframe
"""

available_tags = self.tags()
tags = self.available_tags()
available_tags = tags['alltags']
if tag not in available_tags:
raise Exception(
f"{tag} tag is not valid, select valid tag from :\n{available_tags}"
Expand Down

0 comments on commit 9c17d88

Please sign in to comment.