Skip to content

Commit

Permalink
chore: 🤖 detail to trigger the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Oct 5, 2021
1 parent 1ad0554 commit b291a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets_preview_backend/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


def show_cache_dir() -> None:
logger.info(f"Cache directory set to {cache.directory}")
logger.info(f"Cache directory: {cache.directory}")


# this function is complex. It's basically a copy of "diskcache" code:
Expand Down

0 comments on commit b291a80

Please sign in to comment.