Skip to content

Commit

Permalink
Please PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Oct 23, 2014
1 parent 049c32f commit 6dd8800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_schedulers_forcesched.py
Expand Up @@ -254,7 +254,7 @@ def test_bad_codebases(self):
lambda: ForceScheduler(name='foo',
builderNames=['bar'],
codebases=[]))

# codebases cannot be a dictionnary
self.assertRaisesConfigError("ForceScheduler: 'codebases' should be a list of strings or CodebaseParameter, not <type 'dict'>",
lambda: ForceScheduler(name='foo',
Expand Down

0 comments on commit 6dd8800

Please sign in to comment.