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

BUG: _rebuild_xref_table expects trailer to be a dict #857

Merged
merged 2 commits into from
May 2, 2022
Merged

Conversation

MartinThoma
Copy link
Member

Closes #856

@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #857 (0bf1075) into main (998d5ba) will decrease coverage by 0.00%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main     #857      +/-   ##
==========================================
- Coverage   82.48%   82.47%   -0.01%     
==========================================
  Files          16       16              
  Lines        3779     3777       -2     
  Branches      804      802       -2     
==========================================
- Hits         3117     3115       -2     
- Misses        494      495       +1     
+ Partials      168      167       -1     
Impacted Files Coverage Δ
PyPDF2/_reader.py 81.21% <60.00%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 955da99...0bf1075. Read the comment docs.

@MartinThoma MartinThoma merged commit 48d5f0c into main May 2, 2022
@MartinThoma MartinThoma deleted the issues/856 branch May 2, 2022 19:06
MartinThoma added a commit that referenced this pull request May 2, 2022
Bug Fixes (BUG):
-  _rebuild_xref_table expects trailer to be a dict (#857)

Documentation (DOC):
-  Security Policy

Full Changelog: 1.27.11...1.27.12
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.

AttributeError: 'FloatObject' object has no attribute 'items'
2 participants