summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-02 20:53:45 +0000
committerMatt Wilson <msw@redhat.com>2000-03-02 20:53:45 +0000
commit5b0a7e305e67cb1947ae61ef2d09114fca86fe4e (patch)
tree78f70c6d732fde34b38e89f7bf16e608434b1717 /text.py
parentbdf28a18e1bc8866dbb5c361805cc74c8be08bca (diff)
downloadanaconda-5b0a7e305e67cb1947ae61ef2d09114fca86fe4e.tar.gz
anaconda-5b0a7e305e67cb1947ae61ef2d09114fca86fe4e.tar.xz
anaconda-5b0a7e305e67cb1947ae61ef2d09114fca86fe4e.zip
fixed spacing
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 69fe8aa85..5bad46ea1 100644
--- a/text.py
+++ b/text.py
@@ -184,7 +184,7 @@ class KeyboardWindow:
try:
isys.loadKeymap(keyboards[choice])
except SystemError, (errno, msg):
- todo.log("Could not install keymap %s: %s" % (keyboards[choice], msg))
+ todo.log("Could not install keymap %s: %s" % (keyboards[choice], msg))
return INSTALL_OK
class InstallPathWindow: