OSDN Git Service

fix installer.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 25 Dec 2009 04:12:09 +0000 (04:12 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Fri, 25 Dec 2009 04:12:09 +0000 (04:12 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@360 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/configwriter.py

index a3c575a..7e02a05 100644 (file)
@@ -30,5 +30,5 @@ def setenv(option,value):
     return confp.set('env',option,value)
 def writeconf():
     f=open(confpath,"w")
-    confp.write(confpath)
+    confp.write(f)
     f.close