Skip to content

Conversation

@drbergman
Copy link
Collaborator

We had only looked for the Linux/MacOS pathsep ('/') to identify the basename for the file being copied to the output folder. If a user set this with a Windows path, it would lead to the file not being copied.

@drbergman drbergman self-assigned this May 22, 2025
@drbergman drbergman requested a review from Copilot May 22, 2025 13:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This hotfix ensures that files are correctly copied to the output folder regardless of whether the path separator is Linux/MacOS ('/') or Windows ('\').

  • Updated file basenames extraction to support both '/' and '\'
  • Improves cross-platform file path handling for file copying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant