Skip to content

Conversation

@itamarga
Copy link
Collaborator

@itamarga itamarga commented Jul 27, 2025

If demux_sample returns (path, "windows") for a plain file (e.g. a csv named SAMPLE.XLS), tuple-based check saw (path, "") != (path, "windows") and deleted the upload, triggering “Extracted file doesn’t exist”. Compare paths only.

If demux_sample returns (path, "windows") for a plain file (e.g. a csv named SAMPLE.XLS), tuple-based check saw (path, "") ≠ (path, "windows") and deleted the upload, triggering “Extracted file doesn’t exist”. Compare paths only.
@itamarga itamarga changed the title Keep file when demux adds default platform If demux_sample returns (path, "windows") for a plain file (e.g. a csv named SAMPLE.XLS), tuple-based check saw (path, "") ≠ (path, "windows") and deleted the upload, triggering “Extracted file doesn’t exist”. Compare paths only. Keep file when demux adds default platform Jul 27, 2025
@itamarga itamarga merged commit 67ff90e into master Jul 27, 2025
3 checks passed
@itamarga itamarga deleted the fix/demux-deleting-file-on-platform-mismatch branch July 27, 2025 15:22
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.

1 participant