summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki/wikiconv2.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/to-wiki/wikiconv2.py')
-rwxr-xr-xhelpcontent2/to-wiki/wikiconv2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py
index a26299a296..167479a6dc 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -207,6 +207,7 @@ class cbookmark:
file = open("bookmarks.csv","a")
for i in cbookmark.bookmarks_list:
file.write(i.encode('ascii','replace')+"\n")
+ file.close()
class cimage:
def __init__(self, attrs, parent):