---
 yum/yumRepo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index b3f502e..980adf5 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1357,7 +1357,7 @@ class YumRepository(Repository, config.RepoConf):
         local_size  = 0
         for (ndata, nmdtype) in downloading_with_size: # Get total size...
             if ndata.size is None:
-                download_no_size.append((ndata, nmdtype))
+                downloading_no_size.append((ndata, nmdtype))
                 continue
             remote_size += int(ndata.size)
 
-- 
1.6.5.rc2

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to