mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
choosecd: Fix typo with check_qemu_path_search call
This commit is contained in:
@@ -109,7 +109,7 @@ class vmmChooseCD(gobject.GObject):
|
||||
return self.err.val_err(_("Invalid Media Path"), str(e))
|
||||
|
||||
uihelpers.check_path_search_for_qemu(self.topwin, self.config,
|
||||
self.conn, self._dev.path)
|
||||
self.conn, path)
|
||||
|
||||
self.emit("cdrom-chosen", self.dev_id_info, disk.path, disk.type)
|
||||
self.cancel()
|
||||
|
||||
Reference in New Issue
Block a user