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

Be more lenient with try/except in _showwarning #452

Closed
wants to merge 4 commits into from
Closed

Be more lenient with try/except in _showwarning #452

wants to merge 4 commits into from

Commits on Aug 14, 2018

  1. Be more lenient with try/except in _showwarning

    Was getting an IndexError from the `formatWarning` function.  Alternatively, you could alter that function to check for values before trying to get a value from an index.
    bozdoz committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    811ab2c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Use except Exception

    bozdoz committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7c9edba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    beb39fa View commit details
    Browse the repository at this point in the history
  2. Update PyPDF2/pdf.py

    MartinThoma committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    f3705ca View commit details
    Browse the repository at this point in the history