Create directory

This commit is contained in:
Pablo Ovelleiro Corral
2025-02-16 16:22:37 +01:00
committed by clan-bot
parent e621aa1a34
commit 0d001e21b9
2 changed files with 5 additions and 3 deletions

View File

@@ -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