]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
More clever way to get user name in runSession
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Fri, 29 Aug 2014 14:10:13 +0000 (16:10 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Fri, 29 Aug 2014 14:10:13 +0000 (16:10 +0200)
bin/runSession.py

index f698e323d252914a436b0cbc298a2c3cbb9d49b8..837fe7877be4c8c42ad81fe76ee646db34d3729c 100644 (file)
@@ -25,6 +25,7 @@ import os
 import sys
 from optparse import OptionParser
 from NSparam import getNSparams
+from salome_utils import getUserName
 import socket
 import subprocess
 
@@ -72,7 +73,7 @@ If PORT is not given, try to connect to the remote session associated to port 28
       # neither MACHINE nor PORT are given
       # --- set omniORB configuration to current session if any
       omniorbUserPath = os.environ['OMNIORB_USER_PATH']
-      fileOmniConfig = omniorbUserPath + '/.omniORB_' + os.environ['USER'] + '_last.cfg'
+      fileOmniConfig = omniorbUserPath + '/.omniORB_' + getUserName() + '_last.cfg'
       if os.path.isfile(fileOmniConfig):
         os.environ['OMNIORB_CONFIG'] = fileOmniConfig
         # --- set environment variables for port and hostname of NamingService