瀏覽代碼

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())