diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 12:38:53 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 12:38:53 +0000 |
| commit | b1c831e621abd66d3cc679785d1afa3e4cb9aa69 (patch) | |
| tree | 4ce7b98f17089672e7c9bb23ca9d653544836ed0 /setup.py | |
| parent | add lib to path (diff) | |
| download | pygensvm-b1c831e621abd66d3cc679785d1afa3e4cb9aa69.tar.gz pygensvm-b1c831e621abd66d3cc679785d1afa3e4cb9aa69.zip | |
flush stdout
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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__": |
