From fa1f25fb93e6a4d6eda33c003b5f39597dfe2838 Mon Sep 17 00:00:00 2001 From: idziubenko Date: Mon, 6 Dec 2021 11:08:12 +0300 Subject: [PATCH] tooltip encoding fix --- pym/update/variables/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 10e2c0d..40aea50 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -986,7 +986,7 @@ class VariableClUpdateProfileUrl(Variable): raise VariableError(str(e)) if not self.Get(self.profiles_shortname): raise VariableError(_("Repository %s has no profiles") % - value.encode('utf-8')) + value) def get(self): try: