Quellcode durchsuchen

bugfix: date pasing

Steve Nyemba vor 4 Jahren
Ursprung
Commit
d20b08e7ee
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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())