From 04b42ba821c8767b313048427bb72af317ed1020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 21 Apr 2016 14:51:03 +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=20=D0=BE=20=D0=BD=D0=B5=D0=B4=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index d844edb..6fb263c 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -996,7 +996,8 @@ class VariableClUpdateProfileUrl(Variable): except GitError as e: raise VariableError(str(e)) if not self.Get(self.profiles_shortname): - raise VariableError(_("Repository %s has no profiles") % value) + raise VariableError(_("Repository %s has no profiles") % + value.encode('utf-8')) def get(self): try: