Skip to content

bug/9548-incomplete-filenames-in-otanalytics-if-video-name-has-multiple-dots#821

Open
randy-seng wants to merge 1 commit intomainfrom
bug/9548-incomplete-filenames-in-otanalytics-if-video-name-has-multiple-dots
Open

bug/9548-incomplete-filenames-in-otanalytics-if-video-name-has-multiple-dots#821
randy-seng wants to merge 1 commit intomainfrom
bug/9548-incomplete-filenames-in-otanalytics-if-video-name-has-multiple-dots

Conversation

@randy-seng
Copy link
Copy Markdown
Member

This pull request addresses an issue where output filenames were being truncated if they contained multiple dots. The implementation replaces with_suffix() calls with a method that preserves the full stem, ensuring correct filename formatting.

OP#9548

… multiple dots

Path.with_suffix() replaces only the last dot-separated segment, so filenames
like 'name.00000_2025-08-28_15-00-00' would lose the trailing part. Replace
with_suffix() calls with parent / (name + suffix) to preserve the full stem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant