aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/line_count
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 14:43:41 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 14:43:41 -0700
commit01704b41b1d5d50360d9e92d46046e49206dbfe5 (patch)
tree790d5cdf91cd0d4f95b16c52a6b605e8971393a0 /tools/line_count
parent0fc13f9d807f6db35ace60c8f6ec6ad093765bca (diff)
Backfill
Diffstat (limited to 'tools/line_count')
-rwxr-xr-xtools/line_count/summarize-history.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/line_count/summarize-history.py b/tools/line_count/summarize-history.py
index edaaf6517b..af87ddb31a 100755
--- a/tools/line_count/summarize-history.py
+++ b/tools/line_count/summarize-history.py
@@ -7,8 +7,8 @@ def daterange(start, end):
for n in range(int((end - start).days)):
yield start + datetime.timedelta(n)
-start_date = datetime.date(2014, 11, 26)
-end_date = datetime.date(2017, 3, 26)
+start_date = datetime.date(2017, 3, 26)
+end_date = datetime.date(2017, 3, 29)
for dt in daterange(start_date, end_date):
dmy = dt.strftime('%Y-%m-%d')