diff --git a/aprslib/parsing/__init__.py b/aprslib/parsing/__init__.py index 858f955..376cd0b 100644 --- a/aprslib/parsing/__init__.py +++ b/aprslib/parsing/__init__.py @@ -116,6 +116,7 @@ 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