From 5137d0f9ff0526ec394aaa21c0c24e415f64d072 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Dec 2022 17:43:55 +0300 Subject: [PATCH] =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE:=20=20=20=20=20=20pym/update/utils/cl=5Fupdate.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 37c6048..56feea7 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -70,7 +70,7 @@ def get_synchronization_tasks(object_name): 'depend': AllTasks.failed_all("check_current_binhost") }, {'name': 'check_chosen_binhost', - 'message': __("Checking chosen binhost"), + 'message': _("Checking chosen binhost"), 'method': Object('check_chosen_binhost(update.cl_update_binhost_choice)'), 'condition': lambda GetBool, Get: ( not GetBool('update.cl_update_binhost_recheck_set') and