From: Zac Medico Date: Thu, 2 Aug 2007 16:43:14 +0000 (-0000) Subject: For bug #187480, fix writemsg args in portdbapi.gvisible(). X-Git-Tag: v2.2_pre1~911 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=540915211bf0b909b2ec939856fae0993aa231ae;p=portage.git For bug #187480, fix writemsg args in portdbapi.gvisible(). svn path=/main/trunk/; revision=7541 --- diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 00d5b2112..357b17232 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -658,7 +658,7 @@ class portdbapi(dbapi): continue except PortageException, e: writemsg("!!! Error: aux_get('%s', %s)\n" % (mycpv, aux_keys), - mycpv, noiselevel=-1) + noiselevel=-1) writemsg("!!! %s\n" % str(e), noiselevel=-1) del e continue