projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0190516
)
For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Aug 2007 16:45:14 +0000
(16:45 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Aug 2007 16:45:14 +0000
(16:45 -0000)
svn path=/main/branches/2.1.2/; revision=7542
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 379c60434eeba6a128536e683a44acdd9fdb8131..ee32634a32492435aa122dc806eb91fcb2aae14e 100644
(file)
--- 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