From: aguerre Date: Thu, 25 Oct 2012 13:53:06 +0000 (+0000) Subject: bug fix: get return values from call to generateFileName X-Git-Tag: B4NGCMakeInt~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=53aee97d6572910036d782f6d40be0e1a4115d1b;p=modules%2Fkernel.git bug fix: get return values from call to generateFileName --- diff --git a/bin/searchFreePort.py b/bin/searchFreePort.py index 08f789e36..5a2510b71 100644 --- a/bin/searchFreePort.py +++ b/bin/searchFreePort.py @@ -72,7 +72,7 @@ def searchFreePort(args, save_config=1): kwargs["with_username"]=True # from ORBConfigFile import writeORBConfigFile - writeORBConfigFile(home, hostname, NSPORT, kwargs) + omniorb_config, giopsize = writeORBConfigFile(home, hostname, NSPORT, kwargs) args['port'] = os.environ['NSPORT'] #