From cf46c161552ab4ca049326e22e75338825a7e004 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 20:17:25 +0000 Subject: Make event queue size a runtime parameter (--queue-size, -q). git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3169 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index a461faa..2ac9c91 100644 --- a/wscript +++ b/wscript @@ -109,7 +109,7 @@ def fix_docs(ctx): os.remove('index.html') os.symlink('group__suil.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