From e4da941faa92adf0c4dc3ae03d6598db7921f56b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 May 2011 22:51:01 +0000 Subject: Only use most basic (portable) Python exception syntax git-svn-id: http://svn.drobilla.net/sord/trunk@145 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2501ffb..06ca0a5 100644 --- a/wscript +++ b/wscript @@ -196,7 +196,7 @@ def fix_docs(ctx): os.chdir(build_dir(ctx, 'doc/man/man3')) os.system("sed -i 's/SORD_API //' sord.3") os.chdir(top) - except Exception: + except: Logs.error("Failed to fix up %s documentation" % APPNAME) def upload_docs(ctx): -- cgit v1.2.1