We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e365e6c commit a77fe1fCopy full SHA for a77fe1f
python/rubin/rag/extra_scripts/ingest_github.py
@@ -26,7 +26,7 @@ def load_files_1repo(repo: str = "lsst/daf_butler") -> list:
26
repo=repo, # the repo name
27
branch="main", # the branch name
28
github_api_url="https://api.github.com",
29
- file_filter = None
+ file_filter=None
30
)
31
32
docs = []
0 commit comments