logging cleanup

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-05 07:13:39 -04:00
parent 69ec66f58a
commit 263b841129
5 changed files with 10 additions and 6 deletions
+2
View File
@@ -76,6 +76,8 @@ class OptionInfo:
value = [value]
for v in value:
if v not in choices:
if isinstance(choices, list) and 'All' in choices or 'all' in choices: # may be added dynamically
continue
log.debug(f'Setting validation: "{opt}"="{v}" default="{self.default}" choices={choices}')
# return False
minimum = args.get("minimum", None)