1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

PEP8: add spaces after operators

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall
2018-08-22 17:09:01 +12:00
committed by Douglas Bagnall
parent 333bc327c0
commit 08d1573bd5
5 changed files with 9 additions and 9 deletions

View File

@@ -214,7 +214,7 @@ class cmd_ntacl_sysvolreset(Command):
s3conf.set("passdb backend", "samba_dsdb:%s" % samdb.url)
LA_sid = security.dom_sid(str(domain_sid)
+ "-" +str(security.DOMAIN_RID_ADMINISTRATOR))
+ "-" + str(security.DOMAIN_RID_ADMINISTRATOR))
BA_sid = security.dom_sid(security.SID_BUILTIN_ADMINISTRATORS)
s4_passdb = passdb.PDB(s3conf.get("passdb backend"))