We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85333a commit 6b102e8Copy full SHA for 6b102e8
python/rubin/rag/extra_scripts/ingest_github.py
@@ -39,7 +39,7 @@ def load_files_1repo(repo='lsst/daf_butler') -> list:
39
doc = Document(string, metadata=metadata)
40
docs.append(doc)
41
except Exception:
42
- print('FAILURE')
+ continue
43
44
return docs
45
0 commit comments