batch-conversion-to-webp
batch-conversion-to-webp copied to clipboard
Bug with shell command start
Hi! To make it work I needed to update the following line:
https://github.com/kasipavankumar/batch-conversion-to-webp/blob/bda4ab244d1d5ed95b6f19aa25dd4ebd54d1c35f/convert_to_webp.py#L57
The change is simply splitting the command when passing to Popen like so: command.split().
Hello, thanks for reporting. I will take a look into this & revert back.