]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Removing some remainder from the precedent cleaning; changing the loglevel
authorjh777916 <juba.hamma@cea.fr>
Thu, 14 Sep 2023 08:49:04 +0000 (10:49 +0200)
committerjh777916 <juba.hamma@cea.fr>
Thu, 14 Sep 2023 08:49:04 +0000 (10:49 +0200)
tools/CurvePlot/src/python/controller/utils.py.in
tools/CurvePlot/src/python/test/TestDesktop.py

index df6b1251d6bbd283869d14b6e6e90ce3edf4e60b..5b85b40f3f87eff0bc02b4db1228f2519b74c24e 100644 (file)
@@ -21,7 +21,7 @@ class Logger(object):
     """
     Debug Info.
     """
-    LOG_LEVEL = 0 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL
+    LOG_LEVEL = 1 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL
 
     @classmethod
     def Debug(cls, msg):
index 2357b4f4e0f4d8abf564ba8050b63f347dc609d7..5356cc3eaaa63bf392cb27f5426fcdc7deb4c030 100644 (file)
@@ -33,7 +33,7 @@ except:
   from PlotController import PlotController as curveplot
   from utils import Logger 
 
-class TestDesktop_test(QMainWindow):
+class TestDesktop(QMainWindow):
     """ Dummy desktop for testing purposes.
     """    
     def __init__(self, sgPyQt):