From e79aafe29a993c4971b8fb86683bfc906491066c Mon Sep 17 00:00:00 2001 From: Bill Mitchell Date: Thu, 8 Feb 2018 14:53:49 -0600 Subject: [PATCH] Roll back previous commit --- aprslib/parsing/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprslib/parsing/__init__.py b/aprslib/parsing/__init__.py index 12cac30..d40c7f6 100644 --- a/aprslib/parsing/__init__.py +++ b/aprslib/parsing/__init__.py @@ -117,7 +117,6 @@ def parse(packet): # capture ParseErrors and attach the packet except (UnknownFormat, ParseError) as exp: exp.packet = packet - exp.parsed = parsed raise # if we fail all attempts to parse, try beacon packet