mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
f44327d349
commit
7791067379
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class PCAPParser(object):
|
|||
'tcp': {}
|
||||
}
|
||||
|
||||
(header, packet) =next(cap)
|
||||
(header, packet) = next(cap)
|
||||
|
||||
eth_length, eth_protocol = self.parse_ether(packet)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue