PEP8: fix E226: missing whitespace around arithmetic operator
[garming/samba-autobuild/.git] / python / samba / schema.py
index 61561f199f657be5a48643b037c26181bd6688c3..0958808cc889c945d93520ddd19ef6cc9aab028f 100644 (file)
@@ -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",