Fix typo in error message for cache directory deletion by brchristian · Pull Request #7749 · huggingface/datasets
Navigation Menu
{{ message }}
huggingface / datasets Public
- Notifications You must be signed in to change notification settings
- Fork 3.1k
Merged
lhoestq merged 1 commit intohuggingface:mainfrom
Sep 12, 2025Merged
Fix typo in error message for cache directory deletion#7749
lhoestq merged 1 commit intohuggingface:mainfrom
Fix typo in error message for cache directory deletion#7749
lhoestq merged 1 commit intohuggingface:mainfrom
Conversation
Copy link
Contributor
brchristian
commented
Aug 26, 2025
brchristian
commented
This PR fixes a small typo in an error message in src/datasets/fingerprint.py:
datasets/src/datasets/fingerprint.py
Line 63 in 910fab2
| f"An error occured while trying to delete temporary cache directory {self.name}. Please delete it manually." |
- occured + occurred
lhoestq approved these changes Sep 12, 2025
Copy link
Member
lhoestq
left a comment
lhoestq
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch :)
lhoestq
merged commit
97daa9a
into
huggingface:main
brchristian
deleted the
patch-1
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment