From 01704b41b1d5d50360d9e92d46046e49206dbfe5 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 28 Mar 2017 14:43:41 -0700 Subject: Backfill --- tools/line_count/summarize-history.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/line_count') 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') -- cgit v1.2.3