projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786dffc
)
Remove unnecessary newline in dblink._eerror message.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 11 Feb 2010 20:58:22 +0000
(20:58 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 11 Feb 2010 20:58:22 +0000
(20:58 -0000)
svn path=/main/trunk/; revision=15342
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index dc518a2f5f691ea2b57d5f32959f67fc9abfd7f4..48d58350e5798e1d2b2e35c79d7704c1bf3619db 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-2464,7
+2464,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: