Commit
·
0487f91
1
Parent(s):
3e394af
fix deletor
Browse files
src/tools/default_tools/tool_deletor.py
CHANGED
@@ -33,7 +33,7 @@ class ToolDeletor():
|
|
33 |
if not file_path.startswith("src/tools/user_tools/"):
|
34 |
return {
|
35 |
"status": "error",
|
36 |
-
"message": "File path must start with tools/",
|
37 |
"output": None
|
38 |
}
|
39 |
os = importlib.import_module("os")
|
|
|
33 |
if not file_path.startswith("src/tools/user_tools/"):
|
34 |
return {
|
35 |
"status": "error",
|
36 |
+
"message": "File path must start with src/tools/user_tools/",
|
37 |
"output": None
|
38 |
}
|
39 |
os = importlib.import_module("os")
|