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

Verify if case insensitive glob is really working #37

Open
ericoporto opened this issue Jul 19, 2024 · 0 comments
Open

Verify if case insensitive glob is really working #37

ericoporto opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ericoporto
Copy link
Owner

ericoporto commented Jul 19, 2024

def case_insensitive_glob(directory: str, file_mask: str) -> list[Path]:

I think patterns that are dir/*.* may be working incorrectly. This may be easy to check by adding a test game in resources. I don't know yet how to fix it if it's incorrect.

Because no templates have either audio or speech files this is not a problem right away, but may be for room things in ags4.

@ericoporto ericoporto added the bug Something isn't working label Jul 19, 2024
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

No branches or pull requests

1 participant