Roll back previous commit
This commit is contained in:
parent
1f485bf968
commit
9153c2ba54
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue