projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486f11c
)
...
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Sat, 27 Jan 2024 15:30:00 +0000
(16:30 +0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Sat, 27 Jan 2024 15:30:00 +0000
(16:30 +0100)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
a18fbc5
..
1a6d523
100755
(executable)
--- a/
functions.py
+++ b/
functions.py
@@
-364,7
+364,7
@@
class DoConf :
if outfile is None :
outfile = self.configfile
outfile = normpath_win32(outfile)
- with open(outfile, 'w') as f :
+ with open(outfile, 'w'
, encoding="utf-8"
) as f :
f.write(txt)
#self.conf.write(f)