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