From 46c4e4139a149cec146d44f1027cdff10e0ccbf2 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 --- plugin/jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 54324f55..9e420465 100644 --- a/plugin/jedi.vim +++ b/plugin/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 = ''