summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-09 17:00:32 +0000
committerErik Troan <ewt@redhat.com>2000-08-09 17:00:32 +0000
commitb7658afa8490008c2eb98349eff62cc8e05de83e (patch)
tree40c59659eb031e8b53dcba8d15ec859275b55be3
parentcb3711147c0043a6ed2903b43d44b8c439327e2d (diff)
downloadanaconda-b7658afa8490008c2eb98349eff62cc8e05de83e.tar.gz
anaconda-b7658afa8490008c2eb98349eff62cc8e05de83e.tar.xz
anaconda-b7658afa8490008c2eb98349eff62cc8e05de83e.zip
removed extra ,
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 27943a5f2..304f0d9eb 100644
--- a/text.py
+++ b/text.py
@@ -467,7 +467,7 @@ class XconfiguratorWindow:
f.write ("%s %d\n" % (todo.x.server, todo._cardindex))
f.close ()
- args = ["xconfigurator", "--continue"],
+ args = ["xconfigurator", "--continue"]
if todo.expert:
args = args + [ '--noddcprobe' ]