Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Jan 30, 2024
1 parent 8e6e73f commit 3c97c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/github_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def gh_get_project_name(github_client,target_repo):
folder as required by neurolibre.
"""
repo = github_client.get_repo(gh_filter(target_repo))
print(target_repo)
# This is a requirement
contents = repo.get_contents("binder/data_requirement.json")
data = json.loads(contents.decoded_content)
Expand Down

0 comments on commit 3c97c29

Please sign in to comment.