Bug: File extension filter erroneously flags files that have more than dot (.) character in file name. #77
Labels
bug : non-critical
A bug was found in difPy, but it is not critical to the functioning of the package.
status : implemented
Feature was implemented in difPy.
I'm running difPy via CLI and when I looked at the stats JSON file, I noticed it was flagging a bunch valid files. Specifically it says
"ImageFilterWarning: invalid image extension."
An example file name that gets flagged is
img test 10.5 sample 5.png
I'm guessing the extension filter doesn't account for files that have dot (.) characters in the middle of the file name.
The text was updated successfully, but these errors were encountered: