From 9153c2ba54c6db6dd56b782df4e0facff1e2701a 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 376cd0b..858f955 100644 --- a/aprslib/parsing/__init__.py +++ b/aprslib/parsing/__init__.py @@ -116,7 +116,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