diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 152101f..7ae6a7e 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1316,9 +1316,7 @@ class VariableClUpdateProfileSystem(Variable): try: if (not dv.Get('cl_update_rep_name') or not dv.Get('cl_update_rep_url')): - raise VariableError( - _("Repository variables " - "were not configured for the profile")) + return True if not dv.Get('os_linux_name'): raise VariableError("") if repo_name not in list(dv.Get('cl_update_rep_name')):