We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cc331 commit 0ac6d7dCopy full SHA for 0ac6d7d
nextpy/ai/tools/toolkits/file_toolkit/file/move.py
@@ -41,7 +41,7 @@ def run(
41
destination_path_ = self.get_relative_path(destination_path)
42
except FileValidationError:
43
return INVALID_PATH_TEMPLATE.format(
44
- arg_name="destination_path_", value=destination_path_
+ arg_name="destination_path_", value=destination_path
45
)
46
if not source_path_.exists():
47
return f"Error: no such file or directory {source_path}"
0 commit comments