summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-02 16:45:14 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-02 16:45:14 +0000
commit595c0dfbb94be910b5a46c7cb2fe56cebca9a18c (patch)
treef3eb16fa1ac3d4ad87a2c2d6b53f8cc99480d76a /pym
parent0190516b35813ee981694c4ee68375e54c41c23a (diff)
downloadportage-595c0dfbb94be910b5a46c7cb2fe56cebca9a18c.tar.gz
portage-595c0dfbb94be910b5a46c7cb2fe56cebca9a18c.tar.bz2
portage-595c0dfbb94be910b5a46c7cb2fe56cebca9a18c.zip
For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)
svn path=/main/branches/2.1.2/; revision=7542
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 379c60434..ee32634a3 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6562,7 +6562,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