mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
add debug
This commit is contained in:
parent
3a66e6f042
commit
65ae1b1905
1 changed files with 1 additions and 0 deletions
|
@ -1243,6 +1243,7 @@ class CollectionBuilder:
|
|||
def validate_attribute(self, attribute, modifier, final, data, validate, pairs=False):
|
||||
def smart_pair(list_to_pair):
|
||||
return [(t, t) for t in list_to_pair] if pairs else list_to_pair
|
||||
logger.debug(f"{attribute} {modifier}")
|
||||
if modifier == ".regex":
|
||||
regex_list = util.get_list(data, split=False)
|
||||
valid_regex = []
|
||||
|
|
Loading…
Reference in a new issue