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 extension handling during failed conversions #432

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

ReagentX
Copy link
Owner

Previously, when HEIC->JPEG or CAF->MP4 conversion failed, the code would copy the original file to a path with the wrong extension (e.g., copying a .heic file to .jpg). Now it only updates the extension if the conversion succeeds.

@ReagentX ReagentX added bug Something isn't working crate: cli Related to the CLI crate compatibility Related to file conversions labels Jan 12, 2025
@ReagentX ReagentX self-assigned this Jan 12, 2025
@ReagentX ReagentX merged commit 5a0104a into develop Jan 12, 2025
1 check passed
@ReagentX ReagentX deleted the feat/cs/fix-failed-copy-extensions branch January 12, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Related to file conversions crate: cli Related to the CLI crate
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

1 participant