mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-05 22:34:22 +01:00
Merge pull request #2022 from AdrianScott/patch-1
Added one space after period for better formatting
This commit is contained in:
@@ -54,7 +54,7 @@ class LocalCache(MemoryProviderSingleton):
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user