[Buildbot-commits] [buildbot/buildbot] 0ce077: drop unneeded 'except AttributeError' statement
GitHub
noreply at github.com
Fri Sep 27 22:39:18 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 0ce07700f890c8f4c7a5af04f08839f55e43893a
https://github.com/buildbot/buildbot/commit/0ce07700f890c8f4c7a5af04f08839f55e43893a
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M master/buildbot/buildslave/base.py
Log Message:
-----------
drop unneeded 'except AttributeError' statement
Catching AttributeError shadows handling of pb.NoSuchMethod exception.
This fixes pylnt error: 'E0701 (bad-except-order)'
Commit: 987c2022facfe7519876deae2d69c347dc03b15c
https://github.com/buildbot/buildbot/commit/987c2022facfe7519876deae2d69c347dc03b15c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M master/buildbot/buildslave/base.py
Log Message:
-----------
Merge branch 'pylint-bad-except-order' of git://github.com/elmirjagudin/buildbot into nine
Compare: https://github.com/buildbot/buildbot/compare/2d82e8fc4f2b...987c2022facf
More information about the Commits
mailing list