X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;ds=inline;f=tabcatego.py;h=5f4052eb5a7a5d7c288974e4f5e6afb46936221a;hb=94690e4dfeb4c923fd4476cc5f4f93cdcc716327;hp=994a6b631105ffa946f7d7b1ddca795d5e65858f;hpb=585be25e4c896f0209c6f87c4ccf05cf395faec0;p=iramuteq diff --git a/tabcatego.py b/tabcatego.py index 994a6b6..5f4052e 100644 --- a/tabcatego.py +++ b/tabcatego.py @@ -88,6 +88,6 @@ class Categorisation(AnalyseMatrix): cate['TOCATE'][val] = self.tableau.actives[val][0] with open(self.pathout['cate.json'], 'w', encoding='utf8') as f : f.write(json.dumps(cate)) - self.tableau.save_tableau(self.pathout['analyse']) + self.tableau.save_tableau(self.pathout['analyse.db']) self.dlg.Destroy()