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:
@ -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,
|
||||
|
Reference in New Issue
Block a user