Исправление переключение профиля

master3.3
Mike Khiretskiy 10 years ago
parent d1d34ccbdf
commit 4cbbb54c9e

@ -894,6 +894,9 @@ class Update:
profile_dv = dv.Get('cl_update_profile_datavars')
try:
if not profile_dv:
raise UpdateError(
_("Failed to use new profile. Try again."))
for var_name in ('cl_update_rep_rev',
'cl_update_rep_path',
'cl_update_rep_url',

Loading…
Cancel
Save