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

List images starting with dot #2511

Merged
merged 1 commit into from Jan 25, 2024

Conversation

RunDevelopment
Copy link
Member

Fixes #2506.

Dot files are ignored by default since it's Unix convention to have config/meta files start with dot. I added the DOTGLOB flag to fix this. This is okay for us to do since we filter by extension anyway, so we won't accidentally load any weird files.

@joeyballentine joeyballentine merged commit 39d8ff8 into chaiNNer-org:main Jan 25, 2024
14 checks passed
@RunDevelopment RunDevelopment deleted the issue2506 branch January 25, 2024 17:25
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.

BUG! files named .facebook_1422015536402.bmp and similar named by dots not processed
2 participants