Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r46767:bc2ecbb829b9
Date: 2011-08-25 10:35 +0200
http://bitbucket.org/pypy/pypy/changeset/bc2ecbb829b9/

Log:    Print something also in this case.

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -133,6 +133,8 @@
     if copy_to_dir is not None:
         print "Copying %s to %s" % (archive, copy_to_dir)
         shutil.copy(archive, str(copy_to_dir))
+    else:
+        print "Ready in %s" % (builddir,)
     return builddir # for tests
 
 if __name__ == '__main__':
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to