Fix issue with tests and Qemu version on Windows

pull/2255/head
grossmj 10 months ago
parent c181df6935
commit 8e2989d747

@ -214,7 +214,7 @@ class Qemu(BaseManager):
return version
except (UnicodeDecodeError, OSError) as e:
log.warning("could not read {}: {}".format(version_file, e))
return None
return ""
else:
try:
output = await subprocess_check_output(qemu_path, "-version", "-nographic")

Loading…
Cancel
Save