mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E124: closing bracket does not match visual indentation
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:
@ -1206,7 +1206,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
|
||||
res = self.samdb.search(base="<GUID=%s>" % guidstr, scope=ldb.SCOPE_BASE,
|
||||
attrs=attrs, controls=["extended_dn:1:1", "show_recycled:1",
|
||||
"reveal_internals:0"
|
||||
])
|
||||
])
|
||||
except ldb.LdbError as e3:
|
||||
(enum, estr) = e3.args
|
||||
if enum != ldb.ERR_NO_SUCH_OBJECT:
|
||||
|
Reference in New Issue
Block a user