1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

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>
This commit is contained in:
Joe Guo
2018-07-30 18:19:05 +12:00
committed by Douglas Bagnall
parent 35de42275b
commit 12d3fbe15c
78 changed files with 394 additions and 394 deletions

View File

@ -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,