Skip to content

Commit 6b102e8

Browse files
authored
linting
1 parent b85333a commit 6b102e8

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
@@ -39,7 +39,7 @@ def load_files_1repo(repo='lsst/daf_butler') -> list:
3939
doc = Document(string, metadata=metadata)
4040
docs.append(doc)
4141
except Exception:
42-
print('FAILURE')
42+
continue
4343

4444
return docs
4545

0 commit comments

Comments
 (0)