BUG: Pass logging parameters correctly in set_need_appearances_writer#1697
BUG: Pass logging parameters correctly in set_need_appearances_writer#1697MartinThoma merged 1 commit intopy-pdf:mainfrom
Conversation
Without this, the logging module logs another error: TypeError: not all arguments converted during string formatting
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1697 +/- ##
=======================================
Coverage 92.37% 92.37%
=======================================
Files 33 33
Lines 6480 6480
Branches 1281 1281
=======================================
Hits 5986 5986
Misses 320 320
Partials 174 174
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
@rolisz, you seem to have met this issue with a file. Can you extend the tests in order to improve coverage? |
|
Thank you for your contribution @rolisz ❤️ It will be part of the release tomorrow ( If you want I can add you as a contributor : https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html |
|
I agree with @pubpub-zz : Adding a test case for this would be good. If you want to do that, please create another PR :-) |
Without this, the logging module logs another error: TypeError: not all arguments converted during string formatting