projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8c3ff
)
windows
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Mon, 12 Feb 2024 15:29:52 +0000
(16:29 +0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Mon, 12 Feb 2024 15:29:52 +0000
(16:29 +0100)
tabsimi.py
patch
|
blob
|
history
diff --git
a/tabsimi.py
b/tabsimi.py
index
353f733
..
b805cb8
100644
(file)
--- a/
tabsimi.py
+++ b/
tabsimi.py
@@
-140,7
+140,7
@@
class DoSimi(AnalyseMatrix):
def doanalyse(self) :
self.pathout.basefiles(simipath)
- with open(normpath_win32(self.pathout['selected.csv']), 'w') as f :
+ with open(normpath_win32(self.pathout['selected.csv']), 'w'
, encoding='utf8'
) as f :
f.write('\n'.join([repr(val) for val in self.column]))
count = 1
keepGoing = self.dlg.Update(count)