From: Zac Medico Date: Tue, 2 Jan 2007 01:38:51 +0000 (-0000) Subject: Fix the writemsg noiselevel from the previous commit. X-Git-Tag: v2.1.2~176 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e316da996c277d94afb6eebbf387ccfd54b938eb;p=portage.git Fix the writemsg noiselevel from the previous commit. svn path=/main/trunk/; revision=5441 --- diff --git a/pym/portage.py b/pym/portage.py index dd22b2440..0fba8dfd4 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5285,7 +5285,7 @@ class vartree(object): if mylines: writemsg("Possibly Invalid: '%s'\n" % str(mylines), noiselevel=-1) - writemsg("Exception: %s\n\n" % str(e)) + writemsg("Exception: %s\n\n" % str(e), noiselevel=-1) return [] def get_all_provides(self):