On Thu, 2008-01-10 at 11:49 +0100, Florian Festi wrote: > Just being curious, what is this about? > > + 'updateinfo':0}
That dict is used in retrieveMD(), as:
if self.retrieved.has_key(mdtype):
if self.retrieved[mdtype]: # got it, move along
return local
...I couldn't see a reason that updateinfo wasn't in the init set, and I
use it like:
mdtypes = self.retrieved.keys()
...so I wanted to make sure all the keys are always there.
--
James Antill <[EMAIL PROTECTED]>
Red Hat
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
