mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
addhw: Fix a pep8 error
This commit is contained in:
parent
0c80c69918
commit
02d07996b0
@ -1800,7 +1800,7 @@ class vmmAddHardware(vmmGObjectUI):
|
||||
self._dev = VirtualPanicDevice(conn)
|
||||
if not iobase:
|
||||
iobase = self._dev.IOBASE_DEFAULT
|
||||
for param_name, val in value_mappings.items():
|
||||
for param_name, val in value_mappings.items():
|
||||
setattr(self._dev, param_name, val)
|
||||
except Exception, e:
|
||||
return self.err.val_err(_("Panic device parameter error"), e)
|
||||
|
Loading…
Reference in New Issue
Block a user