[et-mgmt-tools] [PATCH 03 of 11] virt-install: fix a typo

john.levon at sun.com john.levon at sun.com
Thu Jul 10 13:48:33 UTC 2008


# HG changeset patch
# User john.levon at sun.com
# 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 <john.levon at sun.com>

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
 




More information about the et-mgmt-tools mailing list