Skip to content

Commit

Permalink
Print something also in this case.
Browse files Browse the repository at this point in the history
  • Loading branch information
arigo committed Aug 25, 2011
1 parent aa949e9 commit f177701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypy/tool/release/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def package(basedir, name='pypy-nightly', rename_pypy_c='pypy',
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__':
Expand Down

0 comments on commit f177701

Please sign in to comment.