summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e3678c2..0f604f1 100644
--- a/wscript
+++ b/wscript
@@ -300,7 +300,7 @@ def fix_docs(ctx):
os.remove('index.html')
os.symlink('group__slv2.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):