We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a57e3e commit 10d032fCopy full SHA for 10d032f
src_core.py
@@ -38,7 +38,7 @@
38
files = pr.get_files()
39
go_code_in = ""
40
for file in files:
41
- if file.filename.endsWith(".go"):
+ if file.filename.endswith(".go"):
42
go_code_in += file.patch
43
44
# Initialize ChromaDB client and collection
0 commit comments