From f304896be12843473642938cd44eaa95941553ba Mon Sep 17 00:00:00 2001 From: jh777916 Date: Thu, 14 Sep 2023 10:49:04 +0200 Subject: [PATCH] Removing some remainder from the precedent cleaning; changing the loglevel --- tools/CurvePlot/src/python/controller/utils.py.in | 2 +- tools/CurvePlot/src/python/test/TestDesktop.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/CurvePlot/src/python/controller/utils.py.in b/tools/CurvePlot/src/python/controller/utils.py.in index df6b1251d..5b85b40f3 100644 --- a/tools/CurvePlot/src/python/controller/utils.py.in +++ b/tools/CurvePlot/src/python/controller/utils.py.in @@ -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): diff --git a/tools/CurvePlot/src/python/test/TestDesktop.py b/tools/CurvePlot/src/python/test/TestDesktop.py index 2357b4f4e..5356cc3ea 100644 --- a/tools/CurvePlot/src/python/test/TestDesktop.py +++ b/tools/CurvePlot/src/python/test/TestDesktop.py @@ -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): -- 2.39.2