OSDN Git Service

fix installer.
[rec10/rec10-git.git] / rec10 / trunk / src / configwriter.py
index 1794119..a3c575a 100644 (file)
@@ -29,4 +29,6 @@ def setenv(option,value):
     global confp
     return confp.set('env',option,value)
 def writeconf():
+    f=open(confpath,"w")
     confp.write(confpath)
+    f.close