Fix error when empty value
This commit is contained in:
parent
fc28980085
commit
8fdb78b908
1 changed files with 1 additions and 0 deletions
|
@ -50,3 +50,4 @@ def parse(line: str, flags: list[Flag], values: list[Value]):
|
||||||
index += 1
|
index += 1
|
||||||
except IndexError:
|
except IndexError:
|
||||||
logger.warning(_("empty value"))
|
logger.warning(_("empty value"))
|
||||||
|
index += 1
|
||||||
|
|
Loading…
Reference in a new issue