mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
PEP8: fix E226: missing whitespace around arithmetic operator
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:
@ -208,7 +208,7 @@ def get_linked_attributes(schemadn, schemaldb):
|
||||
for i in range(0, len(res)):
|
||||
expression = ("(&(objectclass=attributeSchema)(linkID=%d)"
|
||||
"(attributeSyntax=2.5.5.1))" %
|
||||
(int(res[i]["linkID"][0])+1))
|
||||
(int(res[i]["linkID"][0]) + 1))
|
||||
target = schemaldb.searchone(basedn=schemadn,
|
||||
expression=expression,
|
||||
attribute="lDAPDisplayName",
|
||||
|
Reference in New Issue
Block a user