forked from DGNum/gestioCOF
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):
|
... def result_uuid(self, user):
|
||||||
... # Assuming that `.username` stores the clipper login of already
|
... # Assuming that `.username` stores the clipper login of already
|
||||||
... # registered this avoids showing the same user twice (here and in the
|
... # registered users, this avoids showing the same user twice (here and in
|
||||||
... # ldap unit).
|
... # then ldap unit).
|
||||||
... return user.username
|
... return user.username
|
||||||
>>>
|
>>>
|
||||||
>>> class UserAndClipperSearch(Compose):
|
>>> class UserAndClipperSearch(Compose):
|
||||||
|
|
Loading…
Reference in a new issue