projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af81324
)
Fix typo in config.load_infodir() return value logic.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 3 Dec 2007 21:49:44 +0000
(21:49 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 3 Dec 2007 21:49:44 +0000
(21:49 -0000)
svn path=/main/trunk/; revision=8831
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index c4399f6e4c7bd49ce653fb05379e5d32821f3b7c..ad7172d6da7066e6c6b5a1c340af93ae1e838831 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-1827,7
+1827,7
@@
class config(object):
writemsg("!!! CATEGORY file is missing: %s\n" % \
os.path.join(infodir, "CATEGORY"), noiselevel=-1)
self.configdict["pkg"].update(backup_pkg_metadata)
- retval = 0
+
retval = 0
return retval
def setcpv(self, mycpv, use_cache=1, mydb=None):