Commit 4c170f69 authored by Yusei Tahara's avatar Yusei Tahara

Fix syntax error.

parent 05ff36dd
......@@ -222,7 +222,7 @@ class EGOVUserManager(ERP5UserManager):
if len(result) > 1: # configuration is screwed
raise ConsistencyError('There is more than one Person whose'
' login is %s : %s' % (user_name,
repr([r.getObject() for r in catalog_result]))
repr([r.getObject() for r in catalog_result])))
else: # no person is linked to this user login
# this permit to get the module of the application
# the goal is to work with anonymous applications, even if
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment