mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 20:15:01 +08:00
Make jedi#debug_info more robust
Fixes https://github.com/davidhalter/jedi-vim/issues/675.
This commit is contained in:
committed by
Dave Halter
parent
0dea756fd9
commit
b885e10e0d
@@ -98,6 +98,7 @@ try:
|
||||
except ImportError as e:
|
||||
no_jedi_warning(str(e))
|
||||
jedi = None
|
||||
jedi_import_error = str(e)
|
||||
else:
|
||||
try:
|
||||
version = jedi.__version__
|
||||
|
||||
Reference in New Issue
Block a user