Merge pull request #2022 from AdrianScott/patch-1

Added one space after period for better formatting
This commit is contained in:
BillSchumacher
2023-04-16 20:53:40 -05:00
committed by GitHub

View File

@@ -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()