-
Notifications
You must be signed in to change notification settings - Fork 236
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
Option ignore_ncx (warning) #296
Comments
.. and the only way to silence it is to set it True like this: I think that the intention was to explicitly select whether you want it or not, and not use the default, which is This is because in the code, there is an |
Huh. Thanks. This was pesky. Is this something that could be solved with a PR? At least to make the comment more clear in how to suppress the warning. |
Yes, this is what the proposed change in the code does.
You can't suppress the warning from your app in any other way. |
will you can suppress only in your code
|
Getting this warning:
ebooklib/epub.py:1395: UserWarning: In the future version we will turn default option ignore_ncx to True. warnings.warn('In the future version we will turn default option ignore_ncx to True.')
The text was updated successfully, but these errors were encountered: