1
0
forked from VimPlug/jedi

exceptions were ignored in jedis static analysis. They shouldn't be.

This commit is contained in:
Dave Halter
2014-06-30 15:57:24 +02:00
parent 58d7dac92f
commit 5099c44593

View File

@@ -33,3 +33,5 @@ elif len(argv) > 1 and argv[1] == 'force':
if '--pdb' in sys.argv:
import pdb
pdb.post_mortem()
else:
raise