Skip to content

Commit

Permalink
rem access token length in exception msg
Browse files Browse the repository at this point in the history
  • Loading branch information
RussBerg committed Jun 23, 2023
1 parent 96c0190 commit 439b390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/utils/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_file_contributors_via_api(repo_name, file_path):
if response.status_code != 200:
# if its 403: the max rate per hour has been reached
raise Exception(
f"len_access_token={len(access_token)},access_token={access_token}, {commits['message']},{commits['documentation_url']}"
f"access_token={access_token}, {commits['message']},{commits['documentation_url']}"
)

contributor_names = set()
Expand Down

0 comments on commit 439b390

Please sign in to comment.