Skip to content

Commit

Permalink
Maybe the problem is not in the code after all
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 13, 2020
1 parent 5f4df62 commit 24ba5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/sample_data/** binary
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
def get_testdata(*paths):
"""Return test data"""
path = os.path.join(tests_datadir, *paths)
with open(path, 'rb', newline='') as f:
with open(path, 'rb') as f:
return f.read()

0 comments on commit 24ba5a7

Please sign in to comment.