self.fichier = os.path.splitext(fn)[0]+extension
if hasattr(self.generator, "writeLeger"):
- print ('jjjjjjjjjjjjjjjjjjjjjjjjj')
- print ('jjjjjjjjjjjjjjjjjjjjjjjjj')
- print ('jjjjjjjjjjjjjjjjjjjjjjjjj')
- print ('jjjjjjjjjjjjjjjjjjjjjjjjj')
self.generator.writeLeger(self.fichier,self.jdc,config=self.appliEficas.CONFIGURATION,appli=self.appliEficas)
if self.salome : self.appliEficas.addJdcInSalome( self.fichier)
if s3 != 'None' :
s3=s3.replace(';',',')
s3="'"+ s3 +"'"
- print (s3)
if s3 == "" or s3 == " " : s3 = "None"
ligne=nom+ " : " + s3 + "\n"
if len(ligne) > 72 : ligne=self.redecoupeLigne(nom,s3)