Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: exFAT error #149

Merged
merged 1 commit into from
Jan 2, 2025
Merged

fix: exFAT error #149

merged 1 commit into from
Jan 2, 2025

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Jan 2, 2025

Description

This change simplifies the way we do temp files so we don't end up with weird characters in the path.

I think the original approach was supposed to handle same file names in different directories and also give us some breadcrumbs for debugging. However since we haven't needed it thus far the approach was most likely YAGNI.

Fixes #148

Checklist

  • Tested manually
  • Unit tests pass with no errors or warnings
  • Documentation updated (if applicable)
  • Reviewed by at least 1 other contributor

@bobbyg603 bobbyg603 requested a review from daveplunkett January 2, 2025 01:43
@bobbyg603 bobbyg603 merged commit 5038995 into main Jan 2, 2025
5 checks passed
@bobbyg603 bobbyg603 deleted the bobbyg603/issue148 branch January 2, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: ENOENT when the tool is run from a directory in an exFAT drive (seen on v10.1.2 of the tool)
2 participants