# HG changeset patch
# User [EMAIL PROTECTED]
# Date 1215697436 25200
# Node ID a4920bf6af2fa78e7797d971f92e416fd78af0ca
# Parent 8691412fa7603514b6c321ec5b09729dedd88bed
virt-install: fix a typo
Fix a mis-indentation and typo that pylint noticed.
Signed-off-by: John Levon <[EMAIL PROTECTED]>
diff --git a/virtinst/util.py b/virtinst/util.py
--- a/virtinst/util.py
+++ b/virtinst/util.py
@@ -274,6 +274,6 @@
keymap = keytable.keytable[kt]
else:
logging.debug("Didn't find keymap '%s' in keytable!" % kt)
- f.close
+ f.close()
return keymap
_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools