Steve Nyemba 5 년 전
부모
커밋
b4c1e1a8c2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      edi/parse.py

+ 0 - 1
edi/parse.py

@@ -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]})