Roll back previous commit

This commit is contained in:
Bill Mitchell 2018-02-08 14:53:49 -06:00
parent 1f485bf968
commit 9153c2ba54
1 changed files with 0 additions and 1 deletions

View File

@ -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