mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -49,8 +49,8 @@ class SDUtils(object):
|
||||
tmp_desc = sd
|
||||
|
||||
m["nTSecurityDescriptor"] = MessageElement(ndr_pack(tmp_desc),
|
||||
FLAG_MOD_REPLACE,
|
||||
"nTSecurityDescriptor")
|
||||
FLAG_MOD_REPLACE,
|
||||
"nTSecurityDescriptor")
|
||||
self.ldb.modify(m, controls)
|
||||
|
||||
def read_sd_on_dn(self, object_dn, controls=None):
|
||||
|
Reference in New Issue
Block a user