PEP8: fix E202: whitespace before ')'
[metze/samba/wip.git] / python / samba / upgradehelpers.py
index 2c4e986d01a40847d100cb566ffa2712c7d253cd..c560f9ae31dc6274994ee99f1e7b8259c1933d46 100644 (file)
@@ -451,7 +451,7 @@ def updateOEMInfo(samdb, rootdn):
         delta = ldb.Message()
         delta.dn = ldb.Dn(samdb, str(res[0]["dn"]))
         delta["oEMInformation"] = ldb.MessageElement(info, ldb.FLAG_MOD_REPLACE,
-                                                     "oEMInformation" )
+                                                     "oEMInformation")
         samdb.modify(delta)
 
 def update_gpo(paths, samdb, names, lp, message):