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

master3.4
父节点 bdbab3c071
当前提交 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:

正在加载...
取消
保存