From: pierre Date: Fri, 5 Jun 2020 15:05:01 +0000 (+0200) Subject: correction for graphicis on specificities X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=92a466bbcce38b41c037e71fe268b718feb42eba;hp=43c6fca06a3c58a789548c4b306d54e03a94b1c4 correction for graphicis on specificities --- diff --git a/layout.py b/layout.py index 4ea02da..90c9a61 100644 --- a/layout.py +++ b/layout.py @@ -799,6 +799,7 @@ class dolexlayout : self.TabStat.corpus = self.corpus self.TabStat.etoiles = self.etoiles + self.TabStat.pathout = self.pathout if os.path.exists(os.path.join(self.parametres['pathout'], 'tgenspec.csv')) : self.parametres['tgenspec'] = os.path.join(self.parametres['pathout'], 'tgenspec.csv') TgenLayout(self.TabStat)