Roll back previous commit
This commit is contained in:
parent
3a12e45342
commit
e79aafe29a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue