[yum-cvs] yum/yum yumRepo.py,1.27,1.28
James Bowes
jbowes at linux.duke.edu
Fri Dec 1 02:46:22 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv11002/yum
Modified Files:
yumRepo.py
Log Message:
Remove unused code for manipulating the failure_obj during __get
Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- yumRepo.py 23 Nov 2006 02:24:50 -0000 1.27
+++ yumRepo.py 1 Dec 2006 02:46:20 -0000 1.28
@@ -376,10 +376,6 @@
raise Errors.RepoError, \
"get request for Repo %s, gave no source or dest" % self.id
- if self.failure_obj:
- (f_func, f_args, f_kwargs) = self.failure_obj
- self.failure_obj = (f_func, f_args, f_kwargs)
-
if self.cache == 1:
if os.path.exists(local): # FIXME - we should figure out a way
return local # to run the checkfunc from here
More information about the Yum-cvs-commits
mailing list