Closed Artmorse closed 6 months ago
You are right, the regex that manage that value is wrong https://github.com/Schrodinger-Hat/ImageGoNord-cli/blob/main/src/cli.py#L149 it should be something like this:
^([A-z]|[\/|\.|\-|\_|\s])*\.([A-z]{3}|[A-z]{4})$
After that change it will work, to be clear I've added capital letter in the last 2 capturing groups.
Do you mind open a pr with this change?
Closed with merge #21
Describe the bug Using a
*.JPG
file is not working.To Reproduce
Expected behavior This kind of extension should be managed or a clear message should inform the user how it's not working (with the real reason ; see the screenshot below :arrow_down:).
Screenshots