projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3379e3f
)
Fix undefined name 'output_mode'.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 4 Oct 2010 20:28:47 +0000
(13:28 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 22:58:33 +0000
(15:58 -0700)
bin/egencache
patch
|
blob
|
history
diff --git
a/bin/egencache
b/bin/egencache
index bf4b6d567444be54a6698a171a76a4d87036de2c..783cfc428ab750ff31d3cfe59c4f82d8b1c1affb 100755
(executable)
--- a/
bin/egencache
+++ b/
bin/egencache
@@
-365,7
+365,7
@@
class GenUseLocalDesc(object):
errors='replace')
except IOError as e:
writemsg_level(
- "ERROR: failed to open output file %s: %s\n" % (
output_mode
,e,),
+ "ERROR: failed to open output file %s: %s\n" % (
desc_path
,e,),
level=logging.ERROR, noiselevel=-1)
self.returncode |= 2
return