[yum-cvs] yum/yum yumRepo.py,1.23.2.4,1.23.2.5
James Bowes
jbowes at linux.duke.edu
Fri Dec 1 02:45:41 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv10974/yum
Modified Files:
Tag: yum-3_0_X
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.23.2.4
retrieving revision 1.23.2.5
diff -u -r1.23.2.4 -r1.23.2.5
--- yumRepo.py 14 Nov 2006 21:15:02 -0000 1.23.2.4
+++ yumRepo.py 1 Dec 2006 02:45:39 -0000 1.23.2.5
@@ -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