From: nge Date: Fri, 13 Feb 2009 12:44:01 +0000 (+0000) Subject: Missing ':' on previous integration X-Git-Tag: V5_1_1a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=896d7a8e437f5098997c4946cf9d9257fca3522e;p=modules%2Fkernel.git Missing ':' on previous integration --- diff --git a/src/Utils/Utils_Identity.py b/src/Utils/Utils_Identity.py index 046750465..908ce585b 100644 --- a/src/Utils/Utils_Identity.py +++ b/src/Utils/Utils_Identity.py @@ -39,7 +39,7 @@ if not sys.platform == "win32": import pwd def getUserName(uid): return pwd.getpwuid(uid)[0] -else +else: def getUserName(uid): return os.environ["USER"]