Quote:
Originally Posted by BeckyEbook
I know. I was thinking of adding an extra condition in Kindle.py:
Code:
if template == "*.kfx":
if "_sample" in path:
self._log(" Skipping sample=%s" % (path))
continue
|
Thanks, but I don't really want to add an exception like this. I don't think it actually going to affect anything and there is a small risk that someone could put that in the name of a book.