aboutsummaryrefslogtreecommitdiff
path: root/weekly_report.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2015-06-25 09:18:49 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-26 01:47:47 +0000
commit80fd9bfaaf6146ae373b0669062832639c28662a (patch)
tree1286a81cace70f3d7be0a250065fa54fc4e22710 /weekly_report.py
parent717bd4a85585bae37671e28e35757ea3ad4f3b5b (diff)
downloadtoolchain-utils-80fd9bfaaf6146ae373b0669062832639c28662a.tar.gz
Fix typo. Committing as obvious.
BUG=None TEST=None Change-Id: I5414a3cd4686dae5f34b3c3ae3951bee52f07a9f Reviewed-on: https://chrome-internal-review.googlesource.com/220295 Reviewed-by: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Commit-Queue: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'weekly_report.py')
-rwxr-xr-xweekly_report.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/weekly_report.py b/weekly_report.py
index 87368952..a8e19eac 100755
--- a/weekly_report.py
+++ b/weekly_report.py
@@ -203,7 +203,8 @@ def Main(argv):
timestamp = datetime.datetime.strftime(datetime.datetime.now(),
"%Y-%m-%d_%H:%M:%S")
results_dir = os.path.join(os.path.expanduser("~/nightly_test_reports"),
- "%s.%s" % (timestamp, board),
+ "%s.%s" % (timestamp,
+ options.board),
"weekly_tests")
for day in WEEKDAYS: