At http://people.ubuntu.com/~robertc/baz2.0/test-skipped
------------------------------------------------------------ revno: 4065 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: test-skipped timestamp: Sun 2009-03-01 20:57:07 +1100 message: Remove duplicate except block. === modified file 'bzrlib/tests/__init__.py' --- a/bzrlib/tests/__init__.py 2009-03-01 02:57:51 +0000 +++ b/bzrlib/tests/__init__.py 2009-03-01 09:57:07 +0000 @@ -1330,8 +1330,6 @@ else: reason = e.args[0] self._do_skip(result, reason) - except self.failureException: - result.addFailure(self, self._exc_info()) except KeyboardInterrupt: raise except: -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
