Commit 9e24f114 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fac2b31d
......@@ -390,7 +390,7 @@ def kvDecode(kvText, vdecode): # -> kvDict
return _kvDecode(kvText, int, vdecode)
def _kvDecode(kvText, kdecode, vdecode): # -> kvDict
if kvText == "":
if kvText in ("", "ø"):
return {}
kv = {}
for item in kvText.split(','):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment