summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:03 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commit5037731e0dad92c9d538eb3cd437b8b672df865b (patch)
tree189083f866b08f2449067c6e8bfb895d96ba78dd /source4/dsdb/tests/python/dirsync.py
parenteba81f7fa92ec807da6a78976fc3105157f592a4 (diff)
downloadsamba-5037731e0dad92c9d538eb3cd437b8b672df865b.tar.gz
samba-5037731e0dad92c9d538eb3cd437b8b672df865b.tar.bz2
samba-5037731e0dad92c9d538eb3cd437b8b672df865b.zip
PEP8: fix E116: unexpected indentation (comment)
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 'source4/dsdb/tests/python/dirsync.py')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index a8fb38890c6..ea088eb56c2 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -259,7 +259,7 @@ class SimpleDirsyncTests(DirsyncBaseTests):
self.assertTrue(res.msgs[0].get("parentGUID") == None)
self.assertTrue(res.msgs[0].get("instanceType") != None)
- # Asking for name will return also objectGUID and parentGUID
+ # Asking for name will return also objectGUID and parentGUID
# and instanceType and of course name
res = self.ldb_admin.search(self.base_dn,
expression="samaccountname=Administrator",