BlueQuartzSoftware / BlueQuartzSoftware/DREAM3D
Filters that read files should use capitalization agnostic comparisons
Open
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
Assessment
This issue has not been assessed yet.