Skip to content

Commit 3b0baa4

Browse files
committed
fix: Benchmark
1 parent 151c2e4 commit 3b0baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_files_build():
110110
if os.path.exists(output_path):
111111
os.remove(output_path)
112112
with open(test_path, "rb") as source_file:
113-
with open(output_path, "wb") as dest_file:
113+
with open(output_path, "w+b") as dest_file:
114114
builder.sign(signer, "image/jpeg", source_file, dest_file)
115115

116116

0 commit comments

Comments
 (0)