bug fix
This commit is contained in:
parent
4f6ecd69d6
commit
b4c1e1a8c2
|
@ -158,7 +158,6 @@ def get_content(filename,config,section=None) :
|
||||||
if _info :
|
if _info :
|
||||||
try:
|
try:
|
||||||
tmp = map(row,_info,VERSION)
|
tmp = map(row,_info,VERSION)
|
||||||
#tmp = list(map(row,_info,VERSION))
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if sys.verion_info[0] > 2 :
|
if sys.verion_info[0] > 2 :
|
||||||
logs.append ({"version":VERSION,"filename":filename,"msg":e.args[0],"X12":x12_file[beg:end]})
|
logs.append ({"version":VERSION,"filename":filename,"msg":e.args[0],"X12":x12_file[beg:end]})
|
||||||
|
|
Loading…
Reference in New Issue