epub2mobi icon indicating copy to clipboard operation
epub2mobi copied to clipboard

Fix handling of paths with spaces

Open petzku opened this issue 3 years ago • 1 comments

os.system should never be used. Use subprocess.call instead, which allows passing arguments separately.

petzku avatar Oct 11 '21 11:10 petzku

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.

petzku avatar Oct 11 '21 11:10 petzku