aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-07 17:13:41 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-07 17:13:41 +0000
commitea5c63e812861f3a5862e73749e353f67637d015 (patch)
treed7cb6ce5df82080f2398fcad636b0b4cea7a33de
parentaeaec26fd7cdc55d3a3109875ca817081621087e (diff)
Fix typo
-rwxr-xr-xmake-summary-page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-summary-page.py b/make-summary-page.py
index 2c809fb..c8ffda3 100755
--- a/make-summary-page.py
+++ b/make-summary-page.py
@@ -166,7 +166,7 @@ def main(top_dir):
add_fatal_errors(top_dir, body)
add_metadata_table(top_dir, body)
body <= H2(A("[Index]", href="{}/index.html".format(top_dir)))
- bodu <= "<PRE>report_dir='{0}', super_diff_dir='{1}'</PRE>".format(report_dir, super_diff_dir);
+ body <= "<PRE>report_dir='{0}', super_diff_dir='{1}'</PRE>".format(report_dir, super_diff_dir)
body <= P("Page generated on: {}".format(time.strftime("%a, %d %b %Y %T %z")))
print HTML(head + body)