Closed ChrisBuergi closed 3 years ago
Out of curiosity, what's the use case of skipping the extension control? We might also consider changing the error into a warning (without adding a new option).
I have two Python envs where I call "qrbill" via a subprocess and use NamedTemporaryFile to capture the output. I was under the impression, that with NamedTemporaryFile it's not possible to create *.svg files, but I just learned that this is possible with the "suffix" argument. Sorry for my confusion.
So for me the check in the CLI now does not matter, but maybe it would still be nice to have that error converted to a warning for other cases.
I committed your first commit as is, and pushed c287ef717e8ca to change the error into warning. Thanks for your contribution.
Ok, perfect. Thank you!
Thanks for this great utility!