Skip to content

Commit

Permalink
attempt on win32 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
euri10 committed Nov 9, 2023
1 parent bfa3680 commit 4deae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def _get_cert_data(filepath):
"Returns the filepath content as bytes"
with open(filepath, "rb") as fobj:
with open(filepath, "rb", encoding="utf-8") as fobj:
return fobj.read()


Expand Down

0 comments on commit 4deae50

Please sign in to comment.