Signed-off-by: Pavel Hrdina <[email protected]>
---
Sigh, and I would swear that I've run pylint before pushing 09cc6f38.
Pushed.
virtManager/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/config.py b/virtManager/config.py
index 865fa2f..5b04013 100644
--- a/virtManager/config.py
+++ b/virtManager/config.py
@@ -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
--
2.8.3
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list