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