Skip to content

Commit

Permalink
E261 at least two spaces before inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byilmazturk committed Jul 31, 2015
1 parent c0f9f06 commit 37b1f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_config.py
Expand Up @@ -779,7 +779,7 @@ def test_load_slaves_empty(self):
name = u""
self.cfg.load_slaves(self.filename,
dict(slaves=[buildslave.BuildSlave(name, 'x')]))
self.errors.errors[:] = self.errors.errors[1:2] # only get necessary error
self.errors.errors[:] = self.errors.errors[1:2] # only get necessary error
self.assertConfigError(self.errors, "cannot be an empty string")
self.errors.errors[:] = [] # clear out the errors

Expand Down

0 comments on commit 37b1f6d

Please sign in to comment.