diff --git a/sith.py b/sith.py index 42805c6f..7f3c9e0e 100755 --- a/sith.py +++ b/sith.py @@ -112,7 +112,7 @@ class TestCase(object): if debugger: einfo = sys.exc_info() pdb = __import__(debugger) - pdb.post_mortem(einfo if debugger == 'pudb' else einfo[2]) + pdb.post_mortem(einfo[2]) exit(1) def show(self):