commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6143 - trunk/gnue-appserver/src


From: johannes
Subject: r6143 - trunk/gnue-appserver/src
Date: Thu, 5 Aug 2004 06:55:37 -0500 (CDT)

Author: johannes
Date: 2004-08-05 06:55:36 -0500 (Thu, 05 Aug 2004)
New Revision: 6143

Modified:
   trunk/gnue-appserver/src/geasAuthentication.py
Log:
Fixed exception 


Modified: trunk/gnue-appserver/src/geasAuthentication.py
===================================================================
--- trunk/gnue-appserver/src/geasAuthentication.py      2004-08-05 11:52:41 UTC 
(rev 6142)
+++ trunk/gnue-appserver/src/geasAuthentication.py      2004-08-05 11:55:36 UTC 
(rev 6143)
@@ -103,8 +103,8 @@
 
     if len (authData) > 1:
       raise AuthError, u_("Internal Error: More than one (%(numrec)s) record "
-                          "for user '%(username)s'." \
-                       % {"numrec"  : len (authData), "username": user})
+                          "for user '%(username)s'.") \
+                       % {"numrec"  : len (authData), "username": user}
 
     if authData [0] [2] != auth ['password']:
       raise AuthError, u_("Invalid password for user '%s'") % user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]