G001: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 22:19:50 +02:00
parent d1421bb534
commit 64217e1281

View File

@@ -34,7 +34,7 @@ def start_virtiofsd(socket_path: Path) -> Iterator[None]:
str(store),
],
)
log.debug("$ {}".format(" ".join(virtiofsd)))
log.debug("$ %s", " ".join(virtiofsd))
with subprocess.Popen(virtiofsd) as proc:
try:
while not socket_path.exists():