epub2mobi
epub2mobi copied to clipboard
Fix handling of paths with spaces
os.system
should never be used.
Use subprocess.call
instead, which allows passing arguments separately.
d8e6c5e is the only "relevant" change, the other commits are simply code cleanup from the branch I initially forked this from. They can be removed, if deemed unnecessary.