Fix typo in error message for cache directory deletion by brchristian · Pull Request #7749 · huggingface/datasets

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@brchristian

Copy link

Contributor

This PR fixes a small typo in an error message in src/datasets/fingerprint.py:

f"An error occured while trying to delete temporary cache directory {self.name}. Please delete it manually."
- occured
+ occurred
Copy link

Member

@lhoestq 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 :)

brchristian reacted with thumbs up emoji

@lhoestq lhoestq merged commit 97daa9a into huggingface:main

Sep 12, 2025

@brchristian brchristian deleted the patch-1 branch

September 12, 2025 15:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@lhoestq lhoestq lhoestq approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@brchristian @lhoestq