further f string updates
This commit is contained in:
parent
c9326b6a97
commit
79cde8cd59
11 changed files with 21 additions and 55 deletions
|
@ -67,4 +67,4 @@ class TestNodes:
|
|||
# then
|
||||
assert node
|
||||
assert node.up
|
||||
assert utils.check_cmd("brctl show %s" % node.brname)
|
||||
assert utils.check_cmd(f"brctl show {node.brname}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue