Skip to content

Commit 50124b8

Browse files
tacaswelltimhoffm
andauthored
DOC: Add explanatory comment
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent c79cfa8 commit 50124b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def report(issues, show_urls=False):
207207
since -= td
208208

209209
since = round_hour(since)
210-
end_date = datetime.today()
210+
end_date = datetime.today() # will be overwritten for closed milestones
211211

212212
milestone = opts.milestone
213213
project = opts.project

0 commit comments

Comments
 (0)