From d20b08e7eebf41aed3f5a15a76e9a904a557c53d Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 3 May 2021 15:09:54 -0500 Subject: [PATCH] bugfix: date pasing --- healthcareio/x12/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/healthcareio/x12/__init__.py b/healthcareio/x12/__init__.py index 56a53f6..3c8e692 100644 --- a/healthcareio/x12/__init__.py +++ b/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())