[pygr-notify] Issue 5 in pygr: Make download-progress messages in downloader.py more terse

codesite-noreply at google.com codesite-noreply at google.com
Thu Apr 9 17:44:38 PDT 2009


Comment #11 on issue 5 by deepreds: Make download-progress messages in  
downloader.py more terse
http://code.google.com/p/pygr/issues/detail?id=5

Thanks Marek!

         print >>sys.stderr, 'downloaded %s bytes (%2.1f%%)...' \
                 % (bytes, percentage)
         logger.info('downloaded %s bytes (%2.1f%%)...' % (bytes,  
percentage))

FYI. Pygr uses sys.stderr 71 times in pygr/ and 5 times in tests/oldtests.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list