We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73e882 commit 9005fb3Copy full SHA for 9005fb3
scripts/qemu.py
@@ -110,7 +110,7 @@ def on_Qemu_Boot_usb_Click(self):
110
disk_number = self.get_physical_disk_number(qemu_usb_disk)
111
parent_dir = os.getcwd()
112
os.chdir(resource_path(os.path.join("data", "tools", "qemu")))
113
- cmd = qemu + ' -L . -boot c' + ram + ' -hda //./PhysicalDrive' + disk_number
+ cmd = quote(qemu) + ' -L . -boot c' + ram + ' -hda //./PhysicalDrive' + disk_number
114
115
try:
116
log("Executing ==> " + cmd)
0 commit comments