projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba67aab
)
Remove unnecessary newline in dblink._eerror message. (trunk r15342)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:12:50 +0000
(20:12 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:12:50 +0000
(20:12 -0000)
svn path=/main/branches/2.1.7/; revision=15569
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 96096ec5b0e5267c20c877682f9dab0d05769ec9..8f53b1f98085b66dec68536a1252864b5d5dee93 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1702,7
+1702,7
@@
class dblink(object):
# like hell and continue to hopefully finish all our
# administrative and pkg_postinst stuff.
self._eerror("postrm",
- ["Could not chmod or unlink '%s': %s
\n
" % \
+ ["Could not chmod or unlink '%s': %s" % \
(file_name, ose)])
finally:
if bsd_chflags and pflags != 0: