mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
kcc: typo fix in AttributeError Exception
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a7c93139a1
commit
17da38b99f
@ -2023,7 +2023,7 @@ class RepsFromTo(object):
|
||||
elif item in ['update_flags']:
|
||||
return self.__dict__['update_flags']
|
||||
|
||||
raise AttributeError("Unknwown attribute %s" % item)
|
||||
raise AttributeError("Unknown attribute %s" % item)
|
||||
|
||||
def is_modified(self):
|
||||
return (self.update_flags != 0x0)
|
||||
|
Loading…
Reference in New Issue
Block a user