PEP8: fix E228: missing whitespace around modulo operator
[nivanova/samba-autobuild/.git] / python / samba / ntacls.py
index e64892d45cae479a31c0f1863b59788f434c0370..1fddeddc85940b91cc6cfac901bbe822c250fb33 100644 (file)
@@ -78,7 +78,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):
     try: