mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E251: unexpected spaces around keyword / parameter equals
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:
@ -1455,8 +1455,8 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
|
||||
object. This is used to fix missing replPropertyMetaData elements'''
|
||||
guid_str = str(ndr_unpack(misc.GUID, obj['objectGUID'][0]))
|
||||
dn = ldb.Dn(self.samdb, "<GUID=%s>" % guid_str)
|
||||
res = self.samdb.search(base = dn, scope=ldb.SCOPE_BASE, attrs = [attr],
|
||||
controls = ["search_options:1:2",
|
||||
res = self.samdb.search(base=dn, scope=ldb.SCOPE_BASE, attrs=[attr],
|
||||
controls=["search_options:1:2",
|
||||
"show_recycled:1"])
|
||||
msg = res[0]
|
||||
nmsg = ldb.Message()
|
||||
|
Reference in New Issue
Block a user