From: Zac Medico Date: Sun, 10 Jul 2011 23:40:56 +0000 (-0700) Subject: Manifest: fix NameError in updateAllHashes X-Git-Tag: v2.2.0_alpha44~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=906b62b24d8a845356d59abc5acd39db2174ce0f;p=portage.git Manifest: fix NameError in updateAllHashes --- diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py index f273cc20c..4714da032 100644 --- a/pym/portage/manifest.py +++ b/pym/portage/manifest.py @@ -482,7 +482,8 @@ class Manifest(object): def updateAllHashes(self, checkExisting=False, ignoreMissingFiles=True): """ Regenerate all hashes for all files in this Manifest. """ for idtype in portage.const.MANIFEST2_IDENTIFIERS: - self.updateTypeHashes(idtype, fname, checkExisting) + self.updateTypeHashes(idtype, checkExisting=checkExisting, + ignoreMissingFiles=ignoreMissingFiles) def updateCpvHashes(self, cpv, ignoreMissingFiles=True): """ Regenerate all hashes associated to the given cpv (includes all AUX and MISC