summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-02 16:04:59 +0000
committerMatt Wilson <msw@redhat.com>1999-09-02 16:04:59 +0000
commit951b4420c9b0446cca42012e2b5938073f90c975 (patch)
treeea92f6bb0a3c070f35054adb0247d87ad54affd8 /text.py
parente09a202a00818947ebe21b51d81a9c9d28b37a78 (diff)
downloadanaconda-951b4420c9b0446cca42012e2b5938073f90c975.tar.gz
anaconda-951b4420c9b0446cca42012e2b5938073f90c975.tar.xz
anaconda-951b4420c9b0446cca42012e2b5938073f90c975.zip
typo
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 57708550e..1b4ff614f 100644
--- a/text.py
+++ b/text.py
@@ -1183,7 +1183,7 @@ class XconfiguratorWindow:
if not todo.x.server: return INSTALL_NOOP
f = open (todo.instPath + "/tmp/SERVER")
- f.write ("%s %d\n", (todo.x.server, todo._cardindex))
+ f.write ("%s %d\n", % (todo.x.server, todo._cardindex))
f.close ()
screen.suspend ()