Skip to content

Commit

Permalink
Merge pull request #235 from dash-xa/dash-xa/fix_get_top_pypi_script
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang authored Oct 17, 2024
2 parents a8fae70 + 74e05b9 commit c7d4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swebench/collect/get_top_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if not gh_token:
msg = "Please set the GITHUB_TOKEN environment variable."
raise ValueError(msg)
api = GhApi(token="gh_token")
api = GhApi(token=gh_token)


def get_package_stats(data_tasks, f):
Expand Down

0 comments on commit c7d4d9d

Please sign in to comment.