Skip to content

Commit

Permalink
Update lib/galaxy/model/tags.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dannon <[email protected]>
  • Loading branch information
jdavcs and dannon authored Apr 19, 2024
1 parent 645ff00 commit b5a93f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _get_or_create_tag(self, tag_str):
tag = self.get_tag_by_name(scrubbed_tag_str)
# Create tag if necessary.
if tag is None:
tag = self._create_tags(scrubbed_tag_str)
tag = self._create_tag(scrubbed_tag_str)
return tag

def _get_item_tag_assoc(self, user, item, tag_name):
Expand Down

0 comments on commit b5a93f0

Please sign in to comment.