From: pierre Date: Mon, 12 Feb 2024 18:34:47 +0000 (+0100) Subject: catego X-Git-Url: http://www.iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=84d65cafbe5cf923906110e23c73d8a9a2f4e0bd catego --- diff --git a/layout.py b/layout.py index fec0197..feaa12d 100644 --- 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']]))