diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ def fix_docs(ctx): os.chdir(build_dir(ctx, 'doc/man/man3')) os.system("sed -i 's/SUIL_API //' suil.3") os.chdir(top) - except Exception: + except: Logs.error("Failed to fix up %s documentation" % APPNAME) def upload_docs(ctx): |