Skip to content

Commit

Permalink
Merge 9c999d1 into 49ef155
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitzell committed Jun 5, 2022
2 parents 49ef155 + 9c999d1 commit 4063757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petl/io/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def fromtsv(source=None, encoding=None, errors='strict', header=None,
"""

csvargs.setdefault('dialect', 'excel-tab')
return fromcsv(source, encoding=encoding, errors=errors, **csvargs)
return fromcsv(source, encoding=encoding, errors=errors, header=header, **csvargs)


def tocsv(table, source=None, encoding=None, errors='strict', write_header=True,
Expand Down

0 comments on commit 4063757

Please sign in to comment.