Fix a typo
This commit is contained in:
parent
e9f00b4f06
commit
fbbc9937f6
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ class Compose:
|
|||
...
|
||||
... def result_uuid(self, user):
|
||||
... # Assuming that `.username` stores the clipper login of already
|
||||
... # registered this avoids showing the same user twice (here and in the
|
||||
... # ldap unit).
|
||||
... # registered users, this avoids showing the same user twice (here and in
|
||||
... # then ldap unit).
|
||||
... return user.username
|
||||
>>>
|
||||
>>> class UserAndClipperSearch(Compose):
|
||||
|
|
Loading…
Reference in a new issue