Update display of the mount point in response to remounting afer qemu execution.

pull/340/head
shinji-s 6 years ago
parent 9c6af84f72
commit 24216e63eb

@ -58,7 +58,7 @@ class Qemu(QtWidgets.QMainWindow, Ui_MainWindow):
os.chdir(new_wd)
try:
with usb.UnmountedContext(config.usb_disk,
config.update_usb_mount):
self.update_usb_mount):
log("Executing ==> %s" % cmd)
out = subprocess.check_output(cmd)
if out:

Loading…
Cancel
Save