From: Anthony Geay Date: Tue, 18 Jun 2024 12:05:07 +0000 (+0200) Subject: [EDF30157] WIP X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c62f56f9c9b07f5bdfdcc0e063da5129463911db;p=modules%2Fkernel.git [EDF30157] WIP --- diff --git a/src/Launcher_SWIG/Launcher.i b/src/Launcher_SWIG/Launcher.i index 92c3dfc46..fd5bd34d0 100644 --- a/src/Launcher_SWIG/Launcher.i +++ b/src/Launcher_SWIG/Launcher.i @@ -389,7 +389,7 @@ def BuildCatalogFromScratch(protocol): rmcpp.DeleteAllResourcesInCatalog() for k,v in d.items(): contRes = CreateContainerResource(hostname=k,applipath=os.environ["APPLI"],protocol=protocol,nbOfNodes=v) - rmcpp.AddResourceInCatalog(contRes) + rmcpp.AddResourceInCatalogNoQuestion(contRes) def GetRequestForGiveContainer(hostname, contName): import Engines