mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +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,7 +49,7 @@ def remove_sysvol_references(samdb, logger, dc_name):
|
||||
% (dn, samdb.get_config_basedn()))
|
||||
if dn.add_child("CN=X") == False:
|
||||
raise DemoteException("Failed constructing DN %s by adding child CN=X"\
|
||||
% (dn))
|
||||
% (dn))
|
||||
dn.set_component(0, "CN", dc_name)
|
||||
try:
|
||||
logger.info("Removing Sysvol reference: %s" % dn)
|
||||
|
Reference in New Issue
Block a user