From 922df8c11aa48651f37243e82e1514aaee871445 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 11 Jan 2024 15:49:30 +0100 Subject: [PATCH] [EDF29150] : oops --- src/Container/SALOME_Container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/SALOME_Container.py b/src/Container/SALOME_Container.py index cba5ac349..18c96ce1e 100644 --- a/src/Container/SALOME_Container.py +++ b/src/Container/SALOME_Container.py @@ -82,7 +82,7 @@ class SALOME_Container_i: @property def logm(self): - logging.debug("Logm of {} PID = {}".format(containerName,os.getpid())) + logging.debug("Logm PID = {}".format(os.getpid())) import salome if self._logm is None: salome.salome_init() -- 2.39.2