Compare commits

..

2 Commits

View File

@ -113,7 +113,8 @@ class TagLine(str):
Note that it's sufficient if the TagLine matches one of 'tags_or' or 'tags_and',
i. e. you can select a TagLine if it either contains one of the tags in 'tags_or'
or all of the tags in 'tags_and' but it must never contain any of the tags in
'tags_not'. If a given tag set is 'None', it matches all tags.
'tags_not'. If 'tags_or' and 'tags_and' are 'None', they match all tags (tag
exclusion is still done if 'tags_not' is not 'None').
"""
tag_set = self.tags()
required_tags_present = False