Implemented mangle switches #75

This commit is contained in:
tomaae 2020-12-18 19:58:54 +01:00
parent 117fec7654
commit 68a47ffa3c
6 changed files with 178 additions and 11 deletions

View file

@ -168,6 +168,10 @@ def can_skip(entry, skip) -> bool:
ret = True
break
if val["value"] == "" and val["name"] not in entry:
ret = True
break
return ret