X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=profile_segment.py;fp=profile_segment.py;h=b0ca4c4cb36e16bf4fdd7d150b7b35f0148f3c9e;hb=a9b4571e2e23ad165436cb2ccc79d18083882091;hp=b7e1f24ca1f7049f7fc588e547e7deba37ef9e4c;hpb=a08aea7209aa958dee6b6337525b8036b9215100;p=iramuteq diff --git a/profile_segment.py b/profile_segment.py index b7e1f24..b0ca4c4 100644 --- a/profile_segment.py +++ b/profile_segment.py @@ -146,7 +146,7 @@ class ProfilType() : prof_seg_nb.AddPage(ntab, 'classe %i' % (i + 1)) else : self.DictSpec, first = ReadList(self.outprof) - self.ListPan = ListForSpec(self.parent, self, self.DictSpec, first) + self.ListPan = ListForSpec(self.parent, self, self.DictSpec, first[1:]) prof_seg_nb.AddPage(self.ListPan, u'Spécificités') page.AddPage(prof_seg_nb, u'Profils des types')