From 6752287ea12894a0a2c78a778284702742da59c7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 9 Apr 2012 18:58:54 +0200 Subject: [PATCH] python2.5 compatibility again --- jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''