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 fromtsv() to pass on header argument #622

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

jfitzell
Copy link
Contributor

@jfitzell jfitzell commented Jun 5, 2022

fromtsv() is a helper that calls fromcsv() with a different dialect set. However it was not passing on the header argument.

I apologize – I have not run unit tests, but the fix seems very straightforward and I figured a pull request was probably still more helpful than just raising a bug report.

fromtsv() is a helper that calls fromcsv() with a different dialect set. However it was not passing on the header argument.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2442702640

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.051%

Totals Coverage Status
Change from base Build 2221478561: 0.0%
Covered Lines: 12627
Relevant Lines: 13868

💛 - Coveralls

@juarezr juarezr self-requested a review June 8, 2022 00:09
@juarezr juarezr added the Bug It must work in all situations, but this failed label Jun 8, 2022
@juarezr juarezr merged commit 0be2735 into petl-developers:master Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug It must work in all situations, but this failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants