Skip to content

Commit

Permalink
Added one space after period for better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianScott committed Apr 16, 2023
1 parent 1513be4 commit c71c61d
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 c71c61d

Please sign in to comment.