From 22cad041c2b7ddeb40655b71b71658ff6c16d175 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 7 Nov 2014 17:19:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/update.py b/pym/update/update.py index 65062de..ffa3f34 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -794,7 +794,7 @@ class Update(object): def _display_error(self, error): lines_num = int(self.clVars.Get('update.cl_update_lines_limit')) - error = "\n".join(str(error).split('
')[-lines_num:]) + error = "
".join(str(error).split('
')[-lines_num:]) self.printPre(self._emerge_translate(error)) def emerge(self, param, *packages):