Fixed code errors

This commit is contained in:
2025-08-13 13:36:03 -05:00
parent a820099e3e
commit 7bd1bcf82b
+1 -2
View File
@@ -224,5 +224,4 @@ class RepoIndexTool(BaseTool):
decoded = base64.b64decode(content_b64).decode('utf-8', errors='replace')
return decoded[:max_bytes]
except Exception as e:
return f"Error decoding content for '{path}': {str(e)}"'''
}
return f"Error decoding content for '{path}': {str(e)}"