Skip to content

Commit

Permalink
docs: clarify (ApeWorX#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jul 25, 2023
1 parent 5154bed commit fe69049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_cache/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def database_connection(self):

if not database_file.is_file():
# NOTE: Raising `info` here hints user that they can initialize the cache db
logger.info("Cache database has not been initialized")
logger.info("`ape-cache` database has not been initialized")
self.database_bypass = True
return None

Expand Down

0 comments on commit fe69049

Please sign in to comment.