Skip to content

Commit

Permalink
add space on warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
BatesJernigan committed Apr 16, 2023
1 parent 7d9269e commit 7b7d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/memory/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, cfg) -> None:
self.data = CacheContent()
else:
print(
f"Warning: The file '{self.filename}' does not exist."
f"Warning: The file '{self.filename}' does not exist. "
"Local memory would not be saved to a file."
)
self.data = CacheContent()
Expand Down

0 comments on commit 7b7d7c1

Please sign in to comment.