X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=layout.py;h=aa098404a0213d1b157e8c55b1a6b9b7b34e5d3d;hp=2c3f41cc8b91d1feec68f43f163d525fd65968ec;hb=a9b4571e2e23ad165436cb2ccc79d18083882091;hpb=a08aea7209aa958dee6b6337525b8036b9215100 diff --git a/layout.py b/layout.py index 2c3f41c..aa09840 100644 --- a/layout.py +++ b/layout.py @@ -469,7 +469,7 @@ class OpenCHDS(): if os.path.exists(self.DictPathOut['afc_facteur']) : dictrow, first = ReadList(self.DictPathOut['afc_facteur'], self.encoding) - self.TabAFC_facteur = ListForSpec(self.parent, parametres, dictrow, first) + self.TabAFC_facteur = ListForSpec(self.parent, parametres, dictrow, first[1:]) #dictrow, first = ReadList(self.DictPathOut['afc_row'], self.encoding) #self.TabAFC_ligne = ListForSpec(self.parent, self.parametres, dictrow, first) #dictrow, first = ReadList(self.DictPathOut['afc_col'], self.encoding)