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 ee64fc4 commit b32480c
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 @@ -296,7 +296,7 @@ def get_tag_by_name(self, tag_name):

def _create_tags(self, tag_str: str):
"""
Create or retrieve one of more Tag objects from a tag string. If there are multiple
Create or retrieve one or more Tag objects from a tag string. If there are multiple
hierarchical tags in the tag string, the string will be split along `self.hierarchy_separator` chars.
A Tag instance will be created for each non-empty prefix. If a prefix corresponds to the
name of an existing tag, that tag will be retrieved; otherwise, a new Tag object will be created.
Expand Down

0 comments on commit b32480c

Please sign in to comment.