Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy Cohen
7d3cd89bef Support --select config.list:entry 2022-07-15 20:54:54 +02:00

View File

@@ -356,7 +356,7 @@ class ConfigSelectorMethod(SelectorMethod):
except AttributeError:
continue
else:
if selector == value:
if selector == value or (isinstance(value, list) and selector in value):
yield node