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(filetype): infer after checking file ext #23

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

chelmertz
Copy link
Contributor

We error out if trying to sort a directory with the image "a.jpg" which is constructed with "echo a>a.jpg".

With this patch, "a.jpg" would be ignored and not cause an error, allowing image-sorter to continue with proper image files.

We error out if trying to sort a directory with the image "a.jpg" which
is constructed with "echo a>a.jpg".

With this patch, "a.jpg" would be ignored and not cause an error,
allowing image-sorter to continue with proper image files.
@jgalat jgalat merged commit 1532584 into jgalat:master Sep 3, 2024
1 check passed
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.

2 participants