projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2a8d9
)
Add missing newline after message.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Dec 2007 12:28:27 +0000
(12:28 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Dec 2007 12:28:27 +0000
(12:28 -0000)
svn path=/main/trunk/; revision=8787
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 1c2488e331db17f6734580a524821d4cf6b59a1c..ba978bb282baec47686cf35e159eff9f3e67b4d4 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-4392,7
+4392,8
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
env_stat and env_stat.st_size > 0:
pass
else:
- writemsg("!!! Error extracting saved environment: '%s'" % \
+ writemsg(("!!! Error extracting saved " + \
+ "environment: '%s'\n") % \
saved_env, noiselevel=-1)
try:
os.unlink(env_file)