From 5099c445938a231738dcdb15c551f9f9f56314fb Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 30 Jun 2014 15:57:24 +0200 Subject: [PATCH] exceptions were ignored in jedis static analysis. They shouldn't be. --- jedi/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jedi/__main__.py b/jedi/__main__.py index 9be61837..94a39464 100644 --- a/jedi/__main__.py +++ b/jedi/__main__.py @@ -33,3 +33,5 @@ elif len(argv) > 1 and argv[1] == 'force': if '--pdb' in sys.argv: import pdb pdb.post_mortem() + else: + raise