projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e47a5
)
...
author
pierre
<ratinaud@univ-tlse2.fr>
Tue, 6 Feb 2024 11:34:45 +0000
(12:34 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Tue, 6 Feb 2024 11:34:45 +0000
(12:34 +0100)
tabcatego.py
patch
|
blob
|
history
diff --git
a/tabcatego.py
b/tabcatego.py
index
891e4b6
..
5f4052e
100644
(file)
--- a/
tabcatego.py
+++ b/
tabcatego.py
@@
-86,7
+86,7
@@
class Categorisation(AnalyseMatrix):
cate = {'TOCATE':{}, 'CATE':{}}
for val in self.tableau.actives :
cate['TOCATE'][val] = self.tableau.actives[val][0]
- with open(self.pathout['cate.json'], 'w') as f :
+ with open(self.pathout['cate.json'], 'w'
, encoding='utf8'
) as f :
f.write(json.dumps(cate))
self.tableau.save_tableau(self.pathout['analyse.db'])
self.dlg.Destroy()