소스 검색

bugfix: date pasing

Steve Nyemba 4 년 전
부모
커밋
d20b08e7ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      healthcareio/x12/__init__.py

+ 1 - 0
healthcareio/x12/__init__.py

@@ -509,6 +509,7 @@ class Parser (Process):
         # section = section if section else config['SECTION']
         logs    = []
         claims  = []
+        _code = 'UNKNOWN'
         try:
             self.cache = {}
             file = open(filename.strip())