thanks for your answer, but...
this is the line
subprocess.run("ebook-convert " + "\"file 1.epub\" " + "\"tmp.epub\" " + "> nul")
This is the result:
"Extra arguments not understood: >, nul" (of course no conversion) btw where does to comma come from?
Any hint?
Where does the comma come from???
|