Create directory
This commit is contained in:
committed by
clan-bot
parent
e621aa1a34
commit
0d001e21b9
@@ -168,7 +168,8 @@ def deploy_machines(machines: list[Machine]) -> None:
|
||||
|
||||
# Last output line (config store path) is printed to stdout instead of stderr
|
||||
lines = ret.stdout.splitlines()
|
||||
if lines: print(lines[-1])
|
||||
if lines:
|
||||
print(lines[-1])
|
||||
|
||||
if is_async_cancelled():
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user