aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ebb6462..9a02566 100644
--- a/setup.py
+++ b/setup.py
@@ -260,7 +260,8 @@ def cibuildwheel_windows():
for path, dirs, files in os.walk("/c/cibw/lapacke"):
print(path)
for f in files:
- print('\t' + f)
+ print("\t" + f)
+ sys.stdout.flush()
if __name__ == "__main__":