mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
PEP8: fix E226: missing whitespace around arithmetic operator
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -2485,7 +2485,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
|
||||
# check that the dsServiceName is in GUID form
|
||||
if not 'dsServiceName' in obj:
|
||||
self.report('ERROR: dsServiceName missing in @ROOTDSE')
|
||||
return error_count+1
|
||||
return error_count + 1
|
||||
|
||||
if not obj['dsServiceName'][0].startswith('<GUID='):
|
||||
self.report('ERROR: dsServiceName not in GUID form in @ROOTDSE')
|
||||
|
Reference in New Issue
Block a user