Update 'edi/parser.py'
This commit is contained in:
parent
48c2d33edb
commit
77487fd164
|
@ -157,8 +157,8 @@ def get_content(filename,config,section=None) :
|
||||||
_info = get_config(config,row)
|
_info = get_config(config,row)
|
||||||
if _info :
|
if _info :
|
||||||
try:
|
try:
|
||||||
# tmp = map(row,_info,VERSION)
|
tmp = map(row,_info,VERSION)
|
||||||
tmp = list(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