aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/workspace/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/workspace/simple.py')
-rw-r--r--autogpts/autogpt/autogpt/core/workspace/simple.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/core/workspace/simple.py b/autogpts/autogpt/autogpt/core/workspace/simple.py
index 45e1f9dd6..1c7a3f903 100644
--- a/autogpts/autogpt/autogpt/core/workspace/simple.py
+++ b/autogpts/autogpt/autogpt/core/workspace/simple.py
@@ -136,7 +136,8 @@ class SimpleWorkspace(Configurable, Workspace):
if relative_path.is_absolute():
raise ValueError(
- f"Attempted to access absolute path '{relative_path}' in workspace '{root}'."
+ f"Attempted to access absolute path '{relative_path}' "
+ f"in workspace '{root}'."
)
full_path = root.joinpath(relative_path).resolve()