From 7bd7c79cd8a5d98c39d815f773c5114fbd6727cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 20:16:41 +0000 Subject: Remove use of new (2.6) python exception syntax. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3168 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e3678c2..0f604f1 100644 --- a/wscript +++ b/wscript @@ -300,7 +300,7 @@ def fix_docs(ctx): os.remove('index.html') os.symlink('group__slv2.html', 'index.html') - except Exception as e: + except Exception, e: Logs.error("Failed to fix up Doxygen documentation (%s)\n" % e) def upload_docs(ctx): -- cgit v1.2.1