From: eap Date: Tue, 9 Jul 2013 14:02:57 +0000 (+0000) Subject: Fix an error in killSalome.py X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=55232ec1db291fe7f5d4bbe2d96a3d0cf6632a0e;p=modules%2Fyacs.git Fix an error in killSalome.py --- diff --git a/bin/killSalomeWithPort.py b/bin/killSalomeWithPort.py index acc541c2d..84774cef3 100755 --- a/bin/killSalomeWithPort.py +++ b/bin/killSalomeWithPort.py @@ -148,6 +148,8 @@ def shutdownMyPort(port, cleanup=True): kwargs = {} if omniorbUserPath is not None: kwargs["with_username"]=True + else: + omniorbUserPath = os.path.realpath(os.path.expanduser('~')) omniorb_config = generateFileName(omniorbUserPath, prefix="omniORB", extension="cfg", hidden=True,