self.texteCuve+="############################################################################################"+"\n"
self.texteCuve+="# OPTIONS : Fichier Option.don"+"\n"
self.texteCuve+="############################################################################################"+"\n"
- self.texteCuve+="INCRTPS = "+ str(self.dico_mot["IncrementTemporel"])+"\n"
- self.imprime(2,(self.dico_mot["ProfilTemporel_Pression"]))
+ if self.dico_mot.has_key('IncrementTemporel'):
+ self.texteCuve+="INCRTPS = "+ str(self.dico_mot["IncrementTemporel"])+"\n"
+ if self.dico_mot.has_key('ProfilTemporel_Pression'):
+ self.imprime(2,(self.dico_mot["ProfilTemporel_Pression"]))
def imprime(self,nbdeColonnes,valeur):