fix : go interpreter error, hf provider import + feat : more logger

This commit is contained in:
martin legrand
2025-04-27 20:37:23 +02:00
parent f02f096356
commit 5517f53f8a
14 changed files with 84 additions and 34 deletions
+2
View File
@@ -93,6 +93,7 @@ class FileFinder(Tools):
return output
if action is None:
action = "info"
print("File finder: recursive search started...")
file_path = self.recursive_search(self.work_dir, filename)
if file_path is None:
output = f"File: {filename} - not found\n"
@@ -143,6 +144,7 @@ class FileFinder(Tools):
return feedback.strip()
if __name__ == "__main__":
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
tool = FileFinder()
result = tool.execute(["""
action=read