[Assorted-commits] SF.net SVN: assorted: [809] simple-build/trunk/src/googlecode_upload.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-14 01:59:17
|
Revision: 809 http://assorted.svn.sourceforge.net/assorted/?rev=809&view=rev Author: yangzhang Date: 2008-05-13 18:59:23 -0700 (Tue, 13 May 2008) Log Message: ----------- more informative error Modified Paths: -------------- simple-build/trunk/src/googlecode_upload.py Modified: simple-build/trunk/src/googlecode_upload.py =================================================================== --- simple-build/trunk/src/googlecode_upload.py 2008-05-13 22:47:02 UTC (rev 808) +++ simple-build/trunk/src/googlecode_upload.py 2008-05-14 01:59:23 UTC (rev 809) @@ -254,6 +254,7 @@ # credentials as of 2007-07-17. if status in [httplib.FORBIDDEN, httplib.UNAUTHORIZED]: # Rest for another try. + print 'failed once' user_name = password = None tries = tries - 1 else: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |