[Buildbot-commits] [buildbot/buildbot] f53f86: Fix compare_attrs of ForceScheduler.
GitHub
noreply at github.com
Sat Mar 17 04:27:23 UTC 2012
Branch: refs/heads/buildbot-0.8.6
Home: https://github.com/buildbot/buildbot
Commit: f53f86bb508a7d0cf006f35b7ff600b16b87df95
https://github.com/buildbot/buildbot/commit/f53f86bb508a7d0cf006f35b7ff600b16b87df95
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-16 (Fri, 16 Mar 2012)
Changed paths:
M master/buildbot/schedulers/forcesched.py
M master/buildbot/test/unit/test_schedulers_forcesched.py
Log Message:
-----------
Fix compare_attrs of ForceScheduler.
'forceProperties' was mistakenly listed as 'properties'. The names are confusing
since ForceScheduler inherits a properties attribute with a different meaning, from
BaseScheduler.
Fixes #2248.
More information about the Commits
mailing list