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

[MRG] Fixed strip_text argument getting ignored #4

Merged
merged 1 commit into from
Jul 4, 2019

Conversation

dimitern
Copy link
Contributor

@dimitern dimitern commented Jul 4, 2019

I've discovered the strip_text argument to read_pdf() seems to be silently ignored.

There is a test for it, but it's not really testing the stripping logic.
I've prepared a PR to fix the issue.

@dimitern dimitern changed the title Fixed strip_text argument getting ignored [MRG] Fixed strip_text argument getting ignored Jul 4, 2019
@codecov-io
Copy link

Codecov Report

Merging #4 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   87.64%   87.69%   +0.04%     
==========================================
  Files          13       13              
  Lines        1505     1511       +6     
  Branches      348      349       +1     
==========================================
+ Hits         1319     1325       +6     
  Misses        129      129              
  Partials       57       57
Impacted Files Coverage Δ
camelot/utils.py 79.81% <100%> (+0.38%) ⬆️

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 d5df936...240ea6c. Read the comment docs.

@dimitern dimitern merged commit e81e818 into master Jul 4, 2019
@dimitern dimitern deleted the fix-strip-text-arg branch July 4, 2019 15:26
tomprogrammer pushed a commit to tomprogrammer/camelot that referenced this pull request May 10, 2023
…in()

ValueError: min() arg is an empty sequence
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.

None yet

2 participants