From e18668446ac0057c0a3b4a1aac51e8d2d220f793 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 14 Jun 2024 07:30:59 +0200 Subject: [PATCH] [EDF30062] clean-up --- src/Container/SALOME_PyNode.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Container/SALOME_PyNode.py b/src/Container/SALOME_PyNode.py index cb8d1abd2..9967390b2 100644 --- a/src/Container/SALOME_PyNode.py +++ b/src/Container/SALOME_PyNode.py @@ -735,9 +735,6 @@ with open(inputFileName,"rb") as f: context[MY_PERFORMANCE_LOG_ENTRY_IN_GLBS] = eval( MY_PERFORMANCE_LOG_ENTRY_IN_GLBS ) with open(codeFileName,"r") as f: code = f.read() -# -import gc -gc.disable() # go for execution exec( code , context ) # filter part of context to be exported to father process -- 2.39.2