Skip to content

Commit add58d4

Browse files
authored
linting
1 parent c883e83 commit add58d4

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
string = loader.get_file_content_by_path(file_path)
4040
doc = Document(string, metadata=metadata)
4141
docs.append(doc)
42-
except:
42+
except Exception:
4343
print('FAILURE')
4444

4545
return docs

0 commit comments

Comments
 (0)