forked from VimPlug/jedi
Fix: CompFor.nodes_to_execute didn't include the right nodes. Sometimes too many, sometimes too few.
This commit is contained in:
@@ -32,6 +32,8 @@ def _start_linter():
|
||||
print(error)
|
||||
except Exception:
|
||||
if '--pdb' in sys.argv:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
import pdb
|
||||
pdb.post_mortem()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user