From: prascle Date: Mon, 29 Nov 2004 15:27:17 +0000 (+0000) Subject: PR: no args to killLocalPort(), allways used with args as global. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8fda9f2e0eb00c0091b31bcbaa5f5a87c967526f;p=modules%2Fkernel.git PR: no args to killLocalPort(), allways used with args as global. --- diff --git a/bin/runSalome.py b/bin/runSalome.py index 122027e7c..9cb2cfc67 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -176,7 +176,7 @@ def set_env(args, modules_list, modules_root_dir): from killSalome import killAllPorts -def killLocalPort(args): +def killLocalPort(): """ kill servers from a previous SALOME exection, if needed, on the CORBA port given in args of runSalome