mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -198,7 +198,7 @@ def remove_hanging_dns_references(samdb, logger, dnsHostNameUpper, zones):
|
||||
|
||||
# Remove references to dnsHostName in A, AAAA, NS, CNAME and SRV
|
||||
values = [ndr_unpack(dnsp.DnssrvRpcRecord, v)
|
||||
for v in orig_values if not to_remove(v)]
|
||||
for v in orig_values if not to_remove(v)]
|
||||
|
||||
if len(values) != len(orig_values):
|
||||
logger.info("updating %s keeping %d values, removing %s values"
|
||||
|
Reference in New Issue
Block a user