X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=4da21fb770c735046724ca1b120e04eb48b6e3d5;hp=d7d288d2a2272e96b4d0578c2878669c0651e2b6;hb=b19770356272772c8c8ba75f351520eca186bd19;hpb=2162fc860e2814549d728c8884caaaa7a52bcb56 diff --git a/ProfList.py b/ProfList.py index d7d288d..4da21fb 100644 --- a/ProfList.py +++ b/ProfList.py @@ -411,7 +411,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col def quest_simi(self, evt) : tableau = self.Source.tableau tab = tableau.make_table_from_classe(self.cl, self.la) - pathout = ConstructPathOut(os.path.join(self.Source.pathout.dirout, 'simi_classe_%i' %self.cl), 'simi_classe_%i' %self.cl) + pathout = ConstructPathOut(self.Source.pathout.dirout, 'simi_classe_%i' %self.cl) self.filename = os.path.join(pathout,'mat01.csv') tableau.printtable(self.filename, tab) del tab