UtrechtUniversity / SWORDS-UU

Implementation of the SWORDS framework for Utrecht University.
MIT License
8 stars 6 forks source link

Jupyter notebooks retrieval only looks at subset of data #51

Closed kequach closed 2 years ago

kequach commented 2 years ago

The following code is the reason for this: api.git.get_tree(owner=jupyter_notebooks_owner, repo=jupyter_notebooks_repo_name, tree_sha="master", recursive=1) This only looks at master branches while nowadays the default branch is named "main".