summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index c30efa0bc..891a6d125 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -832,7 +832,7 @@ class XF86Config:
except RuntimeError:
return
config = open (path + "XF86Config-4", 'w')
- config.write (config)
+ config.write (config4)
config.close ()
def test (self, serverflags=None, spawn=0):