commit | 38dda433a1917e36ef03b39926a9ff3b2ef89c1b | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Fri Feb 01 15:45:35 2019 -0800 |
committer | Haibo Huang <[email protected]> | Fri Feb 01 16:02:53 2019 -0800 |
tree | 4864ff5c582f59ef9bbd09a9a56248b47e59f5e7 | |
parent | 46f2705f13ec692a352e9fac6bdf4c26b877cbee [diff] [blame] |
[Updater] Send email with only relative path Test: local run Change-Id: I1924a07058524eb0bf034dae541a8171e6287f1b
diff --git a/notifier.py b/notifier.py index 4391558..455a5b9 100644 --- a/notifier.py +++ b/notifier.py
@@ -134,7 +134,7 @@ _process_results(args, history, results) with open(args.history, 'w') as f: - json.dump(history, f, sort_keys=True) + json.dump(history, f, sort_keys=True, indent=4) def _upgrade(proj):