mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
create: Invalid os lookup should be a validation error dialog
This commit is contained in:
parent
55b43dcbb8
commit
473eaf4aa5
@ -1403,7 +1403,7 @@ class vmmCreate(vmmGObjectUI):
|
||||
if variant:
|
||||
guest.os_variant = variant
|
||||
except ValueError, e:
|
||||
self.err.show_err(_("Error setting OS information."), str(e))
|
||||
self.err.val_err(_("Error setting OS information."), str(e))
|
||||
return None
|
||||
|
||||
if guest.os.is_arm64():
|
||||
|
Loading…
x
Reference in New Issue
Block a user