Merge pull request #2022 from AdrianScott/patch-1

Added one space after period for better formatting
pull/2056/head
BillSchumacher 2023-04-16 20:53:40 -05:00 committed by GitHub
commit 6fb1369939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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