From 5ed7268e170e60ade6122a1bc8e708bfc4e5e6f8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 13 Oct 2007 17:44:06 +0000 Subject: In the file collision eerror output, don't colorize the file paths since the escape codes look ugly in the log. svn path=/main/trunk/; revision=8114 --- pym/portage/dbapi/vartree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 045a33ebb..0cde04611 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1805,8 +1805,8 @@ class dblink(object): from portage.output import colorize for f in collisions: - cmd += "eerror \" '%s'\" ; " % colorize("INFORM", - os.path.join(destroot, f.lstrip(os.path.sep))) + cmd += "eerror \" '%s'\" ; " % \ + os.path.join(destroot, f.lstrip(os.path.sep)) from portage import process process.spawn(["bash", "-c", cmd], -- cgit v1.2.3-1-g7c22