Roll back previous commit

This commit is contained in:
Bill Mitchell 2018-02-08 14:53:49 -06:00 committed by Rossen Georgiev
parent 3a12e45342
commit e79aafe29a
1 changed files with 0 additions and 1 deletions

View File

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