projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70febaa
)
Add missing newline after message. (trunk r8787)
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Dec 2007 12:29:18 +0000
(12:29 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Dec 2007 12:29:18 +0000
(12:29 -0000)
svn path=/main/branches/2.1.2/; revision=8788
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 77b7d0baf646a15983e1022bdafb1f8ac660f04e..9d5c005f87b058d9088d122676951c8f7dd395a2 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-4377,7
+4377,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)