Double-check this

This commit is contained in:
Joe Rickerby
2020-11-24 18:53:43 +00:00
parent 4c035a441b
commit 5665b61cbf
+1 -1
View File
@@ -220,7 +220,7 @@ def main() -> None:
# Python is buffering by default when running on the CI platforms, giving problems interleaving subprocess call output with unflushed calls to 'print'
sys.stdout = Unbuffered(sys.stdout) # type: ignore
sys.stderr = Unbuffered(sys.stderr) # type: ignore
# sys.stderr = Unbuffered(sys.stderr) # type: ignore
print_preamble(platform, build_options)