s
This commit is contained in:
@@ -37,7 +37,7 @@ def start_waypipe(cid: int | None, title_prefix: str) -> Iterator[None]:
|
|||||||
"client",
|
"client",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
print(waypipe)
|
print(f"Waypipe command: {waypipe}")
|
||||||
with subprocess.Popen(waypipe) as proc:
|
with subprocess.Popen(waypipe) as proc:
|
||||||
try:
|
try:
|
||||||
while not test_vsock_port(3049):
|
while not test_vsock_port(3049):
|
||||||
|
|||||||
Reference in New Issue
Block a user