[yum-git] repotrack.py

Tim Lauridsen timlau at linux.duke.edu
Tue Jun 17 10:45:57 UTC 2008


 repotrack.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7490d45162135437bc467647e1e61849d4d98a8c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Tue Jun 17 12:43:00 2008 +0200

    fixed Traceback, caused by use of self outside class (rhbz #451725)

diff --git a/repotrack.py b/repotrack.py
index e99bc74..6869ff5 100755
--- a/repotrack.py
+++ b/repotrack.py
@@ -165,7 +165,7 @@ def main():
         # enable the ones we like
         for repo in myrepos:
             repo.enable()
-            self._getSacks(archlist=archlist, thisrepo=repo.id)
+            my._getSacks(archlist=archlist, thisrepo=repo.id)
 
     my.doRepoSetup()    
     my._getSacks(archlist=archlist)



More information about the Yum-cvs-commits mailing list