Skip to content

Commit ed3b5cd

Browse files
committed
scripts/update_ssh_config_guestfs.py: run black
Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 8efa93c commit ed3b5cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/update_ssh_config_guestfs.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ def get_addr(name):
4040
while True:
4141
attempt += 1
4242
if attempt > timeout_seconds:
43-
raise Exception(f"Unable to get an address for {name} after {timeout_seconds}s. "
44-
f"VM may be taking longer to boot. Check 'virsh console {name}' for boot status.")
43+
raise Exception(
44+
f"Unable to get an address for {name} after {timeout_seconds}s. "
45+
f"VM may be taking longer to boot. Check 'virsh console {name}' for boot status."
46+
)
4547

4648
result = subprocess.run(
4749
[

0 commit comments

Comments
 (0)