X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=db2bkmk.py;h=7d1d9aa19f1c46fdebd47e45f859ab7a7c7e2ba7;hb=fc3e4ef0d8f12520e40aaceb4fa405e0c6985133;hp=4e50101c6176318b377475c5704544d3595b31f0;hpb=865ee60d6e5813866423b4481ff5ed3411a1a7fe;p=bookmarks_db.git diff --git a/db2bkmk.py b/db2bkmk.py index 4e50101..7d1d9aa 100755 --- a/db2bkmk.py +++ b/db2bkmk.py @@ -97,7 +97,7 @@ def run(): root_folder.walk_depth(Transl(transl_d)) - outfile = open(output_filename, 'w', encoding='utf-8') + outfile = open(output_filename, 'wt', encoding='utf-8') root_folder.walk_depth(writer(outfile, prune)) outfile.close()