mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
display_debug_info: add global sys.executable (#947)
This helps with bug reports in general.
This commit is contained in:
@@ -33,6 +33,7 @@ def format_exc_info(exc_info=None, tb_indent=2):
|
|||||||
|
|
||||||
|
|
||||||
def display_debug_info():
|
def display_debug_info():
|
||||||
|
echo(' - global sys.executable: `{0}`'.format(sys.executable))
|
||||||
echo(' - global sys.version: `{0}`'.format(
|
echo(' - global sys.version: `{0}`'.format(
|
||||||
', '.join([x.strip()
|
', '.join([x.strip()
|
||||||
for x in sys.version.split('\n')])))
|
for x in sys.version.split('\n')])))
|
||||||
|
|||||||
Reference in New Issue
Block a user