1
0
forked from VimPlug/jedi

Use force_unicode for all sys paths

This commit is contained in:
Dave Halter
2017-12-29 01:28:23 +01:00
parent 6e69326aa9
commit 59c44fe499
3 changed files with 11 additions and 4 deletions

View File

@@ -256,6 +256,8 @@ class Listener(object):
try:
result = False, self._run(*payload)
except Exception as e:
#import traceback
#print_to_stderr(traceback.format_exc())
result = True, e
pickle.dump(result, file=stdout, protocol=_PICKLE_PROTOCOL)