summaryrefslogtreecommitdiff
path: root/python/samba/schema.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:19:05 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:28 +0200
commit12d3fbe15cb58b57c60499103101e3a845378859 (patch)
tree3a557d14c0c9cbafd6edee5649d1c8165f973a92 /python/samba/schema.py
parent35de42275bc8475466ef29d1e2c2c7391c9f769b (diff)
downloadsamba-12d3fbe15cb58b57c60499103101e3a845378859.tar.gz
PEP8: fix E231: missing whitespace after ','
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/schema.py')
-rw-r--r--python/samba/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/schema.py b/python/samba/schema.py
index 0958808cc88..55cb52e0fc4 100644
--- a/python/samba/schema.py
+++ b/python/samba/schema.py
@@ -219,7 +219,7 @@ def get_linked_attributes(schemadn, schemaldb):
return attributes
-def get_dnsyntax_attributes(schemadn,schemaldb):
+def get_dnsyntax_attributes(schemadn, schemaldb):
res = schemaldb.search(
expression="(&(!(linkID=*))(objectclass=attributeSchema)(attributeSyntax=2.5.5.1))",
base=schemadn, scope=SCOPE_ONELEVEL,