From e471ed3d48d078d5480b7fac450add5c5d4b1d06 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Aug 2007 16:46:16 +0000 Subject: [PATCH] For bug #187480, fix writemsg args in portdbapi.gvisible(). (branches/2.1.2 r7542) svn path=/main/branches/2.1.2.9/; revision=7543 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index 55d0f791f..8d509aa3c 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6373,7 +6373,7 @@ class portdbapi(dbapi): continue except portage_exception.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 -- 2.26.2