We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6754f commit f4631c0Copy full SHA for f4631c0
tests/validation/create_pcap_file/netsniff.py
@@ -61,7 +61,7 @@ def start(self, startup_wait=STARTUP_WAIT):
61
str(self.interface), # FIXME: It is not a proper interface name to be used here
62
"--out",
63
self.pcap_file,
64
- f"-f {self.filter}" if filter else "",
+ f"-f {self.filter}" if self.filter else "",
65
]
66
logger.info(f"Running command: {' '.join(cmd)}")
67
self.netsniff_process = connection.start_process(
0 commit comments