diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-02 16:04:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-02 16:04:59 +0000 |
commit | 951b4420c9b0446cca42012e2b5938073f90c975 (patch) | |
tree | ea92f6bb0a3c070f35054adb0247d87ad54affd8 /text.py | |
parent | e09a202a00818947ebe21b51d81a9c9d28b37a78 (diff) | |
download | anaconda-951b4420c9b0446cca42012e2b5938073f90c975.tar.gz anaconda-951b4420c9b0446cca42012e2b5938073f90c975.tar.xz anaconda-951b4420c9b0446cca42012e2b5938073f90c975.zip |
typo
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |