Skip to content

Commit

Permalink
Fix bug due to indentation, unknown what the effect of the bug was.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neppord committed Dec 19, 2017
1 parent 0287c50 commit 98a3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main():
earliest_date=earliest_date
)
data.extend((cat, tat, old_tag, tag, repo_name) for cat, tat, old_tag, tag in gen)
write_release_lead_time_csv_file(data)
write_release_lead_time_csv_file(data)


def assert_master_branch(run, master_branch):
Expand Down

0 comments on commit 98a3dc2

Please sign in to comment.