Skip to content

Commit

Permalink
issue #70: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 11, 2024
1 parent 3666d4e commit 4cb28b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-metrics/github_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ def main(gh_access_token, start_date_str, end_date_str, selected_repository, sel
else:
members = selected_members.split(',')

print(f"=== Start date: {start_date_str}, End date: {end_date_str} ===", flush=True)
print(f"=== Members: {members} ===", flush=True)
print(f"=== Repos: {repos} ===", flush=True)

main(gh_access_token, start_date_str, end_date_str, repos, members)

0 comments on commit 4cb28b6

Please sign in to comment.