summaryrefslogtreecommitdiff
path: root/python/samba/samdb.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:13 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commitb43408b383d06d7c0c87b8f6e9549544fc057bc2 (patch)
treea4c7f0a0eab976cc70266a8eb36195a45e59f95b /python/samba/samdb.py
parent5037731e0dad92c9d538eb3cd437b8b672df865b (diff)
downloadsamba-b43408b383d06d7c0c87b8f6e9549544fc057bc2.tar.gz
PEP8: fix E121: continuation line under-indented for hanging 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>
Diffstat (limited to 'python/samba/samdb.py')
-rw-r--r--python/samba/samdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/samdb.py b/python/samba/samdb.py
index e0c29d8217d..0ed26aa0421 100644
--- a/python/samba/samdb.py
+++ b/python/samba/samdb.py
@@ -609,7 +609,7 @@ unicodePwd:: %s
if force_change_at_next_login:
self.force_password_change_at_next_login(
- "(distinguishedName=" + str(user_dn) + ")")
+ "(distinguishedName=" + str(user_dn) + ")")
# modify the userAccountControl to remove the disabled bit
self.enable_account(search_filter)