X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaEficas%2Fgenerator_adao.py;h=9dadbca400c6b36e6ba45d3e86464319cadb2546;hb=1f070bd0fa5d567e607caf848e992abec2bcf305;hp=002e9c6aabba87d86b9050956c2382671dac8a66;hpb=4cbab9c99aef0f3303760cdbd6ac60b8a405035c;p=modules%2Fadao.git diff --git a/src/daEficas/generator_adao.py b/src/daEficas/generator_adao.py index 002e9c6..9dadbca 100644 --- a/src/daEficas/generator_adao.py +++ b/src/daEficas/generator_adao.py @@ -66,10 +66,10 @@ class AdaoGenerator(PythonGenerator): self.generate_da() self.text_da_status = True except: - self.logger.info("Case is not correct, python command file for YACS schema generation cannot be created") + self.logger.debug("EFICAS case is not valid, python command file for YACS schema generation cannot be created") self.logger.debug(self.text_da) self.dictMCVal = {} - traceback.print_exc() + # traceback.print_exc() return self.text_comm def writeDefault(self, fn):