mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E111: indentation is not a multiple of four
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:
@ -309,7 +309,7 @@ def offline_remove_ntds_dc(samdb,
|
||||
except LdbError as e5:
|
||||
(enum, estr) = e5.args
|
||||
if enum == ldb.ERR_NO_SUCH_OBJECT:
|
||||
raise DemoteException("Given DN %s doesn't exist" % ntds_dn)
|
||||
raise DemoteException("Given DN %s doesn't exist" % ntds_dn)
|
||||
else:
|
||||
raise
|
||||
if (len(msgs) == 0):
|
||||
|
Reference in New Issue
Block a user