We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b4b5e commit 192f58fCopy full SHA for 192f58f
python/rubin/rag/extra_scripts/ingest_github.py
@@ -40,7 +40,7 @@ def load_files_1repo(repo: str = "lsst/daf_butler") -> list:
40
doc = Document(string, metadata=metadata)
41
docs.append(doc)
42
except Exception:
43
- continue
+ logging.exception("Failed to load file.")
44
45
return docs
46
0 commit comments