Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Mar 7, 2024
1 parent 3f4ffd0 commit 6a838e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def sizeof_fmt(num, suffix='B', sign=False):
if process.returncode != 0:
raise Exception("Error while executing diffuse")

with open(output_file_name, mode="r", encoding="utf-8") as output:
with open(output_file_name, mode="r", encoding="cp1252") as output:
outputPath = os.path.realpath(output.name)
diff = output.read()

Expand Down

0 comments on commit 6a838e2

Please sign in to comment.