PEP8: add spaces after operators
[nivanova/samba-autobuild/.git] / python / samba / ntacls.py
index 620ec77d48bb9568593fd3269ed4a9f721cd420b..3ce27f32600ef3a03520e8848fbdcbb48e5aa9e1 100644 (file)
@@ -80,7 +80,7 @@ def checkset_backend(lp, backend, eadbfile):
         else:
             return (samba.xattr_tdb, os.path.abspath(os.path.join(lp.get("state dir"), "xattr.tdb")))
     else:
-        raise XattrBackendError("Invalid xattr backend choice %s" %backend)
+        raise XattrBackendError("Invalid xattr backend choice %s" % backend)
 
 
 def getdosinfo(lp, file):