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