We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fe168 commit eb18520Copy full SHA for eb18520
codetide/mcp/tools/patch_code/__init__.py
@@ -144,7 +144,7 @@ def process_patch(
144
145
# Normalize line endings before processing
146
patches_text = open_fn(patch_path)
147
- patches = parse_patch_blocks(patches_text)
+ patches = parse_patch_blocks(patches_text) or []
148
149
all_paths_needed = []
150
for text in patches:
0 commit comments