summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-02 16:43:14 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-02 16:43:14 +0000
commit540915211bf0b909b2ec939856fae0993aa231ae (patch)
treead58c89b6d0f4bdef989e5df25d396112c0f5eae /pym
parente86b98092975204041b7cd0912ef56b376d161af (diff)
downloadportage-540915211bf0b909b2ec939856fae0993aa231ae.tar.gz
portage-540915211bf0b909b2ec939856fae0993aa231ae.tar.bz2
portage-540915211bf0b909b2ec939856fae0993aa231ae.zip
For bug #187480, fix writemsg args in portdbapi.gvisible().
svn path=/main/trunk/; revision=7541
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
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