projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12b217
)
catego
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Mon, 12 Feb 2024 18:34:47 +0000
(19:34 +0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Mon, 12 Feb 2024 18:34:47 +0000
(19:34 +0100)
layout.py
patch
|
blob
|
history
diff --git
a/layout.py
b/layout.py
index
fec0197
..
feaa12d
100644
(file)
--- a/
layout.py
+++ b/
layout.py
@@
-1402,6
+1402,7
@@
class ProtoLayout(DefaultMatLayout) :
class CateLayout(DefaultMatLayout) :
def dolayout(self) :
+ self.tableau.read_tableau(self.pathout['analyse.db'])
TabCate = ElCategorizator(self.ira.nb, self.pathout, self.tableau)
self.ira.nb.AddPage(TabCate, ' - '.join([_('ElCaTeGoRiZaToR'), self.parametres['name']]))