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 for trailing backslash validation issue. #476

Merged
merged 8 commits into from
Sep 18, 2024

Conversation

Joshua-Donovan
Copy link
Collaborator

@Joshua-Donovan Joshua-Donovan commented Sep 18, 2024

#475

Add trim delete to file path, removing trailing \ when present.

  • Tests Ran:
    • file name including appended '\' Result: the trailing backslash is removed
    • file name not including '\' Result: no changes made to file path
    • file name actually includes a trailing '\' (actually part of the file name) Result: the check will fail with an invalid file path error.

@Joshua-Donovan Joshua-Donovan added the bug Something isn't working label Sep 18, 2024
@aschabus aschabus merged commit 135c10c into Azure:main Sep 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants