This commit is contained in:
a-kenji
2024-03-25 11:12:38 +01:00
parent b175fd207b
commit 42c4986bb8

View File

@@ -37,7 +37,7 @@ def start_waypipe(cid: int | None, title_prefix: str) -> Iterator[None]:
"client",
],
)
print(f"Waypipe command: {waypipe}")
raise ClanError(f"Waypipe command: {waypipe}")
with subprocess.Popen(waypipe) as proc:
try:
while not test_vsock_port(3049):