fix bug with zero length values
This commit is contained in:
@@ -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]=="\\@":
|
||||
|
||||
Reference in New Issue
Block a user