Skip to content

Commit 12afbda

Browse files
committed
helpers/labgrid-bound-connect: trivial whitespace fixes
Signed-off-by: Tomas Novotny <tomas@novotny.cz>
1 parent cb7b04f commit 12afbda

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

helpers/labgrid-bound-connect

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/python3
22

33
# This is intended to be used via sudo. For example, add via visudo:
44
# %developers ALL = NOPASSWD: /usr/local/sbin/labgrid-bound-connect
@@ -36,7 +36,7 @@ def main(ifname, address, port):
3636
raise RuntimeError(f"Invalid IP version '{address.version}'")
3737

3838
# Delete the IP lookup cache for the address in case it is stale
39-
subprocess.run(["ip", "neigh", "del", str(address), "dev", ifname],
39+
subprocess.run(["ip", "neigh", "del", str(address), "dev", ifname],
4040
stdout=subprocess.DEVNULL,
4141
stderr=subprocess.DEVNULL
4242
)
@@ -78,4 +78,3 @@ if __name__ == "__main__":
7878
import traceback
7979
traceback.print_exc()
8080
print(f"ERROR: {e}", file=sys.stderr)
81-

0 commit comments

Comments
 (0)