Show More
@@ -410,7 +410,6 b' def record_commit_info(pkg_dir, build_cmd=build_py):' | |||||
410 | os.remove(out_pth) |
|
410 | os.remove(out_pth) | |
411 | except (IOError, OSError): |
|
411 | except (IOError, OSError): | |
412 | pass |
|
412 | pass | |
413 | print (out_pth, file=sys.stderr) |
|
|||
414 | with open(out_pth, 'w') as out_file: |
|
413 | with open(out_pth, 'w') as out_file: | |
415 | out_file.writelines([ |
|
414 | out_file.writelines([ | |
416 | '# GENERATED BY setup.py\n', |
|
415 | '# GENERATED BY setup.py\n', |
General Comments 0
You need to be logged in to leave comments.
Login now