]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
bug sur repetable des fact
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Mon, 24 Jan 2022 13:51:08 +0000 (14:51 +0100)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Mon, 24 Jan 2022 13:51:08 +0000 (14:51 +0100)
Ihm/I_MCLIST.py

index 15f59b49552d453a2a8d62d3c3b1ea92d89c99b8..e3a5d2961d2cf2c83484db945f54a9c5e79e4ec2 100644 (file)
@@ -74,12 +74,10 @@ class MCList:
         #print ('MCList getDicoObjetsCompletsPourTree pour ', self)
         listeDict=[]
         nbFactDejaLa=len(self.data)
-        print ('_______________________________________________________________')
-        print (self.data)
         for i in self.data:
             dico = i.getDicoForFancy()
             if nbFactDejaLa > i.definition.min : dico['statut']='f'
-            if nbFactDejaLa < i.definition.max : dico['repetable'] = 1
+            if nbFactDejaLa < i.definition.max-1 : dico['repetable'] = 1
             else : dico['repetable'] = 0
             listeDict.append(dico)
         return listeDict