Исправлен вывод ошибки о недоступности профиля

master3.4
rodič bdbab3c071
revize 04b42ba821

@ -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:

Načítá se…
Zrušit
Uložit