commit | 402bf74ea87105429fd2048a016fa2445ea3fcab | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Tue Feb 12 08:28:12 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Feb 12 13:54:00 2019 +0000 |
tree | b6bf114a8b26afe4941bbec82e4b41aa15262295 | |
parent | be03a851e438a367ab23005a1117d6397ba8aae1 [diff] [blame] |
Build code size treemaps for skottie_tool Bug: skia: Change-Id: I3364fa6b89674f65bf493467198740e1862d215e Reviewed-on: https://skia-review.googlesource.com/c/191291 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
diff --git a/infra/bots/buildstats/buildstats_web.py b/infra/bots/buildstats/buildstats_web.py index bdee07c..e856c98 100644 --- a/infra/bots/buildstats/buildstats_web.py +++ b/infra/bots/buildstats/buildstats_web.py
@@ -59,5 +59,5 @@ output.write(json.dumps(results, indent=2)) -if '__main__' == __name__: +if __name__ == '__main__': main()