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 validation functions of filepaths #55

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Conversation

thombashi
Copy link
Owner

  • If platform argument is windows or universal, filepaths ending with a space or a period are should be detected as an error
  • Fix POSIX-style absolute paths were not detected as errors with platform="windows"

Related to #39

Signed-off-by: Tsuyoshi Hombashi <[email protected]>
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period are should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` on Python 3.12 and below

Signed-off-by: Tsuyoshi Hombashi <[email protected]>
@thombashi thombashi merged commit 26e6d67 into master Aug 22, 2024
24 checks passed
@thombashi thombashi deleted the fix_validate_filepath branch August 22, 2024 17:58
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