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',
|
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'
|
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
|
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
|
'tags_not'. If a given tag set is 'None', it matches all tags.
|
||||||
exclusion is still done if 'tags_not' is not 'None').
|
|
||||||
"""
|
"""
|
||||||
tag_set = self.tags()
|
tag_set = self.tags()
|
||||||
required_tags_present = False
|
required_tags_present = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user