diff --git a/jedi.vim b/jedi.vim index 54324f5..9e42046 100644 --- a/jedi.vim +++ b/jedi.vim @@ -39,7 +39,7 @@ if 1: out.append(d) strout = str(out) - except Exception as e: + except Exception: # print to stdout, will be in :messages print(traceback.format_exc()) strout = ''