diff options
author | David Robillard <d@drobilla.net> | 2011-04-19 20:17:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-19 20:17:25 +0000 |
commit | cf46c161552ab4ca049326e22e75338825a7e004 (patch) | |
tree | e80529eb88b80ca89033b53f517643ac9f1cb139 /wscript | |
parent | f519e93a56f7f5fdf8332ea1dec8471003f88da6 (diff) | |
download | suil-cf46c161552ab4ca049326e22e75338825a7e004.tar.gz suil-cf46c161552ab4ca049326e22e75338825a7e004.tar.bz2 suil-cf46c161552ab4ca049326e22e75338825a7e004.zip |
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
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |