BlueQuartzSoftware / BlueQuartzSoftware/DREAM3D

Filters that read files should use capitalization agnostic comparisons

Open
#902 1 comment 0 reactions 0 assignees View on GitHub
Bug
Dominant language
C++
Stars
189
Forks
78
PR merge metrics
No merged PRs in 30d

Description

When a filter is looking for a specific file extension those comparisons are made against a constant string which is lower case. If the file's extension has a different capitalization then the filter will throw an error.

Most likely we need to throw in a .toLower() for the file extension QString.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.