From 0ec480cc0cccebee9ff1a4545aceb265891ec8e1 Mon Sep 17 00:00:00 2001 From: Sophie Belloeil Date: Mon, 3 Oct 2011 11:57:26 +0000 Subject: [PATCH] MAJ d un message d erreur pour arreter de chercher 500 ans ce qui ne va pas quand on a oublie l existance du nouveau fichier de config .... --- stratus1/src/stratus/st_instance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stratus1/src/stratus/st_instance.py b/stratus1/src/stratus/st_instance.py index 5630c530..8e80552d 100644 --- a/stratus1/src/stratus/st_instance.py +++ b/stratus1/src/stratus/st_instance.py @@ -169,7 +169,7 @@ class Inst : if self._model == c._name : self._st_masterCell = c break - if not( self._hur_masterCell or self._st_masterCell ) : print "\n[Stratus Warning] Inst : no master cell found for instance " + self._name +# if not( self._hur_masterCell or self._st_masterCell ) : print "\n[Stratus Warning] Inst : no master cell found for instance " + self._name # Creation of the hurricane instance if CELLS[0]._hur_plug : self.create_hur_inst ( model ) @@ -195,7 +195,7 @@ class Inst : self._hur_masterCell = FRAMEWORK.getCell ( model, CRL.Catalog.State.Views ) if not self._hur_masterCell : - err = "\n[Stratus ERROR] HurricanePlug : Problem of master cell " + model + ".\nCheck model name and/or CRL_IN_LO/CRL_IN_PH variables .\n" + err = "\n[Stratus ERROR] HurricanePlug : Problem of master cell " + model + ".\nCheck model name and/or .environment.alliance.xml configuration file.\n" raise Exception ( err ) if not self._st_masterCell :