From a84205b935feb5d402bc9fe58dbac03e78ead24a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Apr 2011 14:22:48 +0000 Subject: Remove use of Python 2.6 syntax git-svn-id: http://svn.drobilla.net/sord/trunk@76 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 3ea059f..9e179c4 100644 --- a/wscript +++ b/wscript @@ -134,7 +134,7 @@ def fix_docs(ctx): os.remove('index.html') os.symlink('group__sord.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