[yum-commits] urlgrabber/grabber.py

James Antill james at osuosl.org
Thu May 19 20:17:23 UTC 2011


 urlgrabber/grabber.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 674d545ee303aa99701ffb982536851572d8db77
Author: James Antill <james at and.org>
Date:   Thu May 19 16:17:14 2011 -0400

    Fix documentation for progress_object callback.

diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index 36212cf..f6f57bd 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -49,7 +49,7 @@ GENERAL ARGUMENTS (kwargs)
   progress_obj = None
 
     a class instance that supports the following methods:
-      po.start(filename, url, basename, length, text)
+      po.start(filename, url, basename, size, now, text)
       # length will be None if unknown
       po.update(read) # read == bytes read so far
       po.end()


More information about the Yum-commits mailing list