Quote:
Originally Posted by janvanmaar
This is because subprocess.call is used. If you replace that by subprocess.Popen, Calibre will not wait.
|
Indeed, I've made the change and updated the zip above. I've opened it as a "detached" process to allow Calibre and the editor to be completely independent of each other.