summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-26 17:17:17 +0000
committerMatt Wilson <msw@redhat.com>2001-03-26 17:17:17 +0000
commit9a46e0e8d70571e7011052acc57573be58d2fc98 (patch)
tree4d3155a11726c608c27d7d51562a413172164037
parent95f67c6591e5298256e375cc7aed333615c4c44b (diff)
downloadanaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.tar.gz
anaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.tar.xz
anaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.zip
oops.
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index dc84a7cc0..17fd8d5a7 100755
--- a/anaconda
+++ b/anaconda
@@ -430,7 +430,7 @@ if not reconfigOnly:
from urlinstall import UrlInstallMethod
method = UrlInstallMethod(method)
elif (method[0:5] == "hd://"):
- print _("Graphical installation not available for hard drive installs. Starting text mode.") % (string.split(method, ':')[0],)
+ print _("Graphical installation not available for hard drive installs. Starting text mode.")
method = method[5:]
i = string.index(method, ":")