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

Raise KeyError when name in name2unicode is not of type str #733

Merged
merged 3 commits into from
Mar 21, 2022

Conversation

pietermarsman
Copy link
Member

@pietermarsman pietermarsman commented Mar 19, 2022

Pull request

Fixes #541 by converting the TypeError into a KeyError that is caught by the parent function.

How Has This Been Tested?

With the example PDF from the related issue.

Checklist

  • I have formatted my code with black.
  • I have added tests that prove my fix is effective or that my feature
    works
  • I have added docstrings to newly created methods and classes
  • I have optimized the code at least one time after creating the initial
    version
  • I have updated the README.md or verified that this
    is not necessary
  • I have updated the readthedocs documentation or
    verified that this is not necessary
  • I have added a concise human-readable description of the change to
    CHANGELOG.md

jstockwin
jstockwin previously approved these changes Mar 21, 2022
@pietermarsman pietermarsman merged commit 782368b into master Mar 21, 2022
@pietermarsman pietermarsman deleted the 541-check-if-str-for-name2unicode branch March 21, 2022 18:25
Beants added a commit to HiTalentAlgorithms/pdfminer.six that referenced this pull request Apr 26, 2022
* commit '1bf3c42b59125f4491d863e1c11dca7ebbe96adc':
  Use charset-normalizer instead of chardet (pdfminer#744)
  Refactor ImageWriter and add method for exporting an image from bytes. (pdfminer#737)
  Log warning and continue gracefully if errors in cmap (pdfminer#731)
  Fix log.debug statement in lzw.py by ensuring that self.table is always set (pdfminer#732)
  Raise KeyError when name in name2unicode is not of type str (pdfminer#733)
  Convert fontname to str if it is bytes in HTMLConverter (pdfminer#734)
  Fix github actions tag regex
  Fix github actions tag regex
  Bump version
  Add github action for releasing to pypi if git tag is added. (pdfminer#727)
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.

🐛 TypeError: a bytes-like object is required, not 'str'
2 participants