fix bug with zero length values

This commit is contained in:
Ville Rantanen
2017-03-17 10:36:07 +02:00
parent 469dd7a8b7
commit fe11cf120b

View File

@@ -60,6 +60,7 @@ else:
for l in in_reader:
for p in pairs:
value=p[1]
if len(value)>0:
if value[0]=="@":
value=open(value[1:],'rt').read()
elif value[0:2]=="\\@":