Update contributing.md + sponsorship

This commit is contained in:
martin
2025-07-01 21:25:58 +02:00
parent f5b1c4ab37
commit 23caf437b1
4 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class FileFinder(Tools):
else:
return {"filename": file_path, "error": "File not found"}
def recursive_search(self, directory_path: str, filename: str) -> str | None:
def recursive_search(self, directory_path: str, filename: str) -> str:
"""
Recursively searches for files in a directory and its subdirectories.
Args: