We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aa841b + 42fb827 commit 89a8cacCopy full SHA for 89a8cac
1 file changed
cibuildwheel/oci_container.py
@@ -303,9 +303,11 @@ def call(
303
return_code = int(return_code_str)
304
# add the last line to output, without the footer
305
output_io.write(line[0:footer_offset])
306
+ output_io.flush()
307
break
308
else:
309
output_io.write(line)
310
311
312
if isinstance(output_io, io.BytesIO):
313
output = str(output_io.getvalue(), encoding="utf8", errors="surrogateescape")
0 commit comments