Skip to content

Commit

Permalink
can't open() a PosixPath on crappy old pythons :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Sep 20, 2019
1 parent 9735853 commit 0261da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycounter/test/test_output_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def test_totals_sparse_data(tmp_path):

def test_roundtrippable(all_reports, tmp_path):
"""Test that all of our parsable reports can also be output."""
all_reports.write_tsv(tmp_path / "output.tsv")
all_reports.write_tsv(str(tmp_path / "output.tsv"))

0 comments on commit 0261da2

Please sign in to comment.