X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=AllTestLauncherSat.py;h=6003382ab3e0ae7d67bb982dfc10add983e14138;hb=95e2195f941fb3b9921a3bf6c92e6109710a8e70;hp=8b74f2fb4d3e8d9ff2f8c950ae432bf03637b4cd;hpb=a73105d0c22ff213d31a6502a0b4cf1b77bb754a;p=tools%2Fsat.git diff --git a/AllTestLauncherSat.py b/AllTestLauncherSat.py index 8b74f2f..6003382 100755 --- a/AllTestLauncherSat.py +++ b/AllTestLauncherSat.py @@ -77,7 +77,7 @@ sys.path.insert(0, cmdsdir) # TODO remove that _user = os.environ['USER'] # wambeke is christian at home -_developpers = ["christian", "wambeke",] # ...who wants +_developers = ["christian", "wambeke",] # ...who wants def errPrint(aStr): """stderr to avoid write in html or xml file log message""" @@ -148,10 +148,10 @@ def format_exception(msg, limit=None, trace=None): """ Format a stack trace and the exception information. as traceback.format_exception(), - with all traceback only if user in ._developpers + with all traceback only if user in ._developers """ etype, value, tb = sys.exc_info() - if _user in _developpers: + if _user in _developers: res = "\n" + msg if tb: res += "\nTraceback (most recent call last):\n"