Skip to content

Commit 192f58f

Browse files
authored
linting
1 parent 84b4b5e commit 192f58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rubin/rag/extra_scripts/ingest_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def load_files_1repo(repo: str = "lsst/daf_butler") -> list:
4040
doc = Document(string, metadata=metadata)
4141
docs.append(doc)
4242
except Exception:
43-
continue
43+
logging.exception("Failed to load file.")
4444

4545
return docs
4646

0 commit comments

Comments
 (0)