• Ben Bennett's avatar
    Changed the args to subprocess.Popen to pass args to the command · b271b5f6
    Ben Bennett authored
    Before the command was not working correctly to check the calibre version since it seemed to be treating the entire string as the command.  So when ' --version' was added it was breaking.  I changed the format to pass the command and args as a list and it seems to work correctly.
    b271b5f6
converter.py 6.21 KB