diff options
author | David Robillard <d@drobilla.net> | 2011-04-20 14:22:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-20 14:22:33 +0000 |
commit | 259c304b92ce7bc5d7972f05dfd3dd1f63cb396b (patch) | |
tree | 7ccdc0272c5411afd8bde517fd754f3084e388cf /wscript | |
parent | f44001fa60aeb0849a31299e14f502ea07535ae8 (diff) | |
download | serd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.tar.gz serd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.tar.bz2 serd-259c304b92ce7bc5d7972f05dfd3dd1f63cb396b.zip |
Remove use of Python 2.6 syntax.
git-svn-id: http://svn.drobilla.net/serd/trunk@138 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |