summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-02 17:02:40 +0000
committerChris Lumens <clumens@redhat.com>2006-08-02 17:02:40 +0000
commitaef30bddc2fd2dd89fcf7f0e960d762151794e68 (patch)
treea23722e7e958f627350c0fd8ae88296d0baa0283 /xsetup.py
parent45e6ad697382ad3758db7528b197a96c3d4b0829 (diff)
downloadanaconda-aef30bddc2fd2dd89fcf7f0e960d762151794e68.tar.gz
anaconda-aef30bddc2fd2dd89fcf7f0e960d762151794e68.tar.xz
anaconda-aef30bddc2fd2dd89fcf7f0e960d762151794e68.zip
Whoops, missed a paren.
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsetup.py b/xsetup.py
index cbe72c82d..2adcbebb7 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -54,7 +54,7 @@ class XSetup:
args = args + ['--defaultdesktop', string.lower(gui)]
f.write("xconfig %s\n" % string.join(args, " "))
- f.write("monitor %s\n" % string.join(self.getMonitorArgList(), " ")
+ f.write("monitor %s\n" % string.join(self.getMonitorArgList(), " "))
def getMonitorArgList(self):
args = []