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

Fix log.debug statement in lzw.py by ensuring that self.table is always set #732

Merged
merged 3 commits into from
Mar 21, 2022

Conversation

pietermarsman
Copy link
Member

@pietermarsman pietermarsman commented Mar 19, 2022

Pull request

Fix #221 by ensuring that self.table is always list and therefore log.debug never fails.

Also ensuring that formatting of log message only happens when it is actually printend.

How Has This Been Tested?

With the testsuite. It runs the lzw.py code at least once.

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

@pietermarsman pietermarsman merged commit 13021c9 into master Mar 21, 2022
@pietermarsman pietermarsman deleted the 221-fix-lzw-log-debug branch March 21, 2022 18:27
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.

lzw.py error when trying to log and self.table=None
2 participants