Fix error when empty value

This commit is contained in:
linarphy 2024-05-31 16:06:52 +02:00
parent fc28980085
commit 8fdb78b908
No known key found for this signature in database
GPG key ID: E61920135EFF2295

View file

@ -50,3 +50,4 @@ def parse(line: str, flags: list[Flag], values: list[Value]):
index += 1
except IndexError:
logger.warning(_("empty value"))
index += 1