Compare commits
2 Commits
8844622f6b
...
ebac55b7a8
| Author | SHA1 | Date | |
|---|---|---|---|
| ebac55b7a8 | |||
| 76a7f81024 |
@ -113,8 +113,7 @@ 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 'tags_or' and 'tags_and' are 'None', they match all tags (tag
|
||||
exclusion is still done if 'tags_not' is not 'None').
|
||||
'tags_not'. If a given tag set is 'None', it matches all tags.
|
||||
"""
|
||||
tag_set = self.tags()
|
||||
required_tags_present = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user