mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Merged revisions 84611 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84611 | eric.araujo | 2010-09-08 01:08:57 +0200 (mer., 08 sept. 2010) | 2 lines Fix incorrect use of Command.announce (#9199) ........
This commit is contained in:
parent
7cf83134f5
commit
a7851ca09d
1 changed files with 2 additions and 1 deletions
|
@ -194,4 +194,5 @@ class upload(PyPIRCCommand):
|
|||
self.announce('Upload failed (%s): %s' % (r.status, r.reason),
|
||||
log.ERROR)
|
||||
if self.show_response:
|
||||
self.announce('-'*75, r.read(), '-'*75)
|
||||
msg = ''.join('-' * 75, r.read(), '-' * 75)
|
||||
self.announce(msg, log.INFO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue