This commit is contained in:
Steve Nyemba 2019-11-06 14:45:12 -06:00
parent 4f6ecd69d6
commit b4c1e1a8c2
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ def get_content(filename,config,section=None) :
if _info :
try:
tmp = map(row,_info,VERSION)
#tmp = list(map(row,_info,VERSION))
except Exception as e:
if sys.verion_info[0] > 2 :
logs.append ({"version":VERSION,"filename":filename,"msg":e.args[0],"X12":x12_file[beg:end]})