From 8fda9f2e0eb00c0091b31bcbaa5f5a87c967526f Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 29 Nov 2004 15:27:17 +0000 Subject: [PATCH] PR: no args to killLocalPort(), allways used with args as global. --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2