mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: disable unhashable-member
Related: https://pagure.io/freeipa/issue/9278 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
parent
372a5dc6b8
commit
79153655d7
@ -109,6 +109,7 @@ class CAACLTracker(Tracker):
|
||||
|
||||
self.attrs.update(self.create_categories)
|
||||
if self.description:
|
||||
# pylint: disable=unhashable-member
|
||||
self.attrs.update({u'description', [self.description]})
|
||||
|
||||
self.exists = True
|
||||
|
Loading…
Reference in New Issue
Block a user