From 80380311abe71536ac4dda8db54bf9d0b0ec03c1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 3 May 2011 23:28:21 -0400 Subject: Fix Manifest.updateAllHashes() --- pym/portage/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py index ec801a355..de7540f96 100644 --- a/pym/portage/manifest.py +++ b/pym/portage/manifest.py @@ -481,7 +481,7 @@ class Manifest(object): def updateAllHashes(self, checkExisting=False, ignoreMissingFiles=True): """ Regenerate all hashes for all files in this Manifest. """ - for ftype in portage.const.MANIFEST2_IDENTIFIERS: + for idtype in portage.const.MANIFEST2_IDENTIFIERS: self.updateTypeHashes(idtype, fname, checkExisting) def updateCpvHashes(self, cpv, ignoreMissingFiles=True): -- cgit v1.2.3-1-g7c22