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: XmpInformation._converter_date was unusable #921

Merged
merged 4 commits into from
May 29, 2022

Conversation

MartinThoma
Copy link
Member

@MartinThoma MartinThoma commented May 29, 2022

It gave
TypeError: 'staticmethod' object is not callable

Fix: Move it out of XmpInformation and use the function instead
of the static method

Closes #914

It gave
    TypeError: 'staticmethod' object is not callable

Fix: Move it out of XmpInformation and use the function instead
of the static method
@codecov
Copy link

codecov bot commented May 29, 2022

Codecov Report

Merging #921 (854d60d) into 1.x (b36b0bb) will increase coverage by 0.74%.
The diff coverage is 95.23%.

@@            Coverage Diff             @@
##              1.x     #921      +/-   ##
==========================================
+ Coverage   76.51%   77.25%   +0.74%     
==========================================
  Files          17       17              
  Lines        4394     4393       -1     
  Branches      820      820              
==========================================
+ Hits         3362     3394      +32     
+ Misses        857      818      -39     
- Partials      175      181       +6     
Impacted Files Coverage Δ
PyPDF2/xmp.py 61.45% <95.23%> (+9.64%) ⬆️
PyPDF2/filters.py 81.14% <0.00%> (+4.00%) ⬆️

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 b36b0bb...854d60d. Read the comment docs.

@MartinThoma MartinThoma merged commit f2c7d7d into 1.x May 29, 2022
@MartinThoma MartinThoma deleted the issue-914-unbound-static branch May 29, 2022 13:26
MartinThoma added a commit that referenced this pull request May 29, 2022
Bug Fixes (BUG):
-  XmpInformation._converter_date was unusable (#921)

Full Changelog: 1.28.3...1.28.4
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.

1 participant