Merge pull request #2022 from AdrianScott/patch-1
Added one space after period for better formattingpull/2056/head
commit
6fb1369939
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue