We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! To make it work I needed to update the following line:
batch-conversion-to-webp/convert_to_webp.py
Line 57 in bda4ab2
The change is simply splitting the command when passing to Popen like so: command.split().
Popen
command.split()
The text was updated successfully, but these errors were encountered:
Hello, thanks for reporting. I will take a look into this & revert back.
Sorry, something went wrong.
No branches or pull requests
Hi!
To make it work I needed to update the following line:
batch-conversion-to-webp/convert_to_webp.py
Line 57 in bda4ab2
The change is simply splitting the command when passing to
Popen
like so:command.split()
.The text was updated successfully, but these errors were encountered: