Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: don't write PDF as EPUB if there is no EPUB #25

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

pjungermann
Copy link
Contributor

try-except had the same indentation as the if statement checking for the existence of the EPUB file.
Therefore, it was using the PDF file (same variable) and wrote it as "EPUB" file.

try-except had the same indentation as the if statement checking for the existence of the EPUB file.
Therefore, it was using the PDF file (same variable) and wrote it as "EPUB" file.
Copy link
Owner

@alexgand alexgand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants