From 259c304b92ce7bc5d7972f05dfd3dd1f63cb396b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Apr 2011 14:22:33 +0000 Subject: Remove use of Python 2.6 syntax. git-svn-id: http://svn.drobilla.net/serd/trunk@138 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index d26ab028..4821f077 100644 --- a/wscript +++ b/wscript @@ -157,7 +157,7 @@ def fix_docs(ctx): os.remove('index.html') os.symlink('group__serd.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