forked from VimPlug/jedi
exceptions were ignored in jedis static analysis. They shouldn't be.
This commit is contained in:
@@ -33,3 +33,5 @@ elif len(argv) > 1 and argv[1] == 'force':
|
||||
if '--pdb' in sys.argv:
|
||||
import pdb
|
||||
pdb.post_mortem()
|
||||
else:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user