Skip to content

Commit

Permalink
Fixed test_rst_file_syntax error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Mar 3, 2016
1 parent 2d9414d commit 5bdf4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def test_rst_file_syntax(filename):
stdout=subprocess.PIPE
)
err = p.communicate()[1]
assert p.returncode == 0, err
assert p.returncode == 0, err.decode('utf8')

0 comments on commit 5bdf4a3

Please sign in to comment.