mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 07:03:02 -06:00
virtManager.config: fix pylint warning
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
09cc6f3832
commit
2f0b40ac00
@ -713,7 +713,7 @@ class vmmConfig(object):
|
||||
if not self.has_keyring():
|
||||
return
|
||||
|
||||
username, keyid = vm.get_console_password()
|
||||
ignore, keyid = vm.get_console_password()
|
||||
|
||||
if keyid == -1:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user