diff --git a/autogpts/autogpt/autogpt/commands/file_operations.py b/autogpts/autogpt/autogpt/commands/file_operations.py index c7465c3a..f82aaa85 100644 --- a/autogpts/autogpt/autogpt/commands/file_operations.py +++ b/autogpts/autogpt/autogpt/commands/file_operations.py @@ -230,7 +230,6 @@ def write_to_file(filename: Path, contents: str, agent: Agent) -> str: return f"File {filename.name} has been written successfully." -@sanitize_path_arg("filename") def append_to_file( filename: Path, text: str, agent: Agent, should_log: bool = True ) -> None: