From 540915211bf0b909b2ec939856fae0993aa231ae Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Aug 2007 16:43:14 +0000 Subject: For bug #187480, fix writemsg args in portdbapi.gvisible(). svn path=/main/trunk/; revision=7541 --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22