mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-23 05:41:27 +08:00
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:
|
if '--pdb' in sys.argv:
|
||||||
import pdb
|
import pdb
|
||||||
pdb.post_mortem()
|
pdb.post_mortem()
|
||||||
|
else:
|
||||||
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user