PEP8: fix E226: missing whitespace around arithmetic operator
[bbaumbach/samba-autobuild/.git] / python / samba / dbchecker.py
index 521c8415c1bb1d7e26a7ebbe30d5805e7bb087fd..6e84f1903c8b0ee32bcc1b3271f7ca370ec7db91 100644 (file)
@@ -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')