mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +03:00
PEP8: fix E226: missing whitespace around arithmetic operator
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:
@@ -144,7 +144,7 @@ class cmd_move(Command):
|
||||
(new_parent_dn, e.message))
|
||||
|
||||
full_new_ou_dn = ldb.Dn(samdb, str(full_old_ou_dn))
|
||||
full_new_ou_dn.remove_base_components(len(full_old_ou_dn)-1)
|
||||
full_new_ou_dn.remove_base_components(len(full_old_ou_dn) - 1)
|
||||
full_new_ou_dn.add_base(full_new_parent_dn)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user