]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
no direct use of USER variable BR_5_5_Maintenance
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 5 Feb 2020 10:56:50 +0000 (11:56 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Wed, 5 Feb 2020 10:56:50 +0000 (11:56 +0100)
AllTestLauncherSat.py
src/debug.py

index 6003382ab3e0ae7d67bb982dfc10add983e14138..eaa1a967b5054a52b30297dfd3095c4ea38cc061 100755 (executable)
@@ -58,6 +58,7 @@ import argparse as AP
 import glob
 import fnmatch
 import pprint as PP #pretty print
+import src
 
 debug = False
 verboseImport = True
@@ -75,7 +76,7 @@ sys.path.insert(0, satdir)
 sys.path.insert(0, srcdir) # TODO remove that
 sys.path.insert(0, cmdsdir) # TODO remove that
 
-_user = os.environ['USER']
+_user = src.architecture.get_user()
 # wambeke is christian at home
 _developers = ["christian", "wambeke",] #  ...who wants
 
index 46c9efd30a964d72b26ca4b4f52f6060d7fba4fa..30d6ea7d852bd897191df9ad2001e03573b7af69 100755 (executable)
@@ -73,7 +73,7 @@ except ImportError:
 _debug = [False] #support push/pop for temporary activate debug outputs
 
 # wambeke is christian at home
-_developers = ["christian", "wambeke"] # crouzet, kloss ...
+_developers = ["christian", "wambeke"]
 
 
 def isDeveloper():