From cdeacc09c8327f80770392e5d7bacdb7a170a86a Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 20 Jun 2024 10:37:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/pribor-rtr/pribor-rtr.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/scenes/pribor-rtr/pribor-rtr.gd b/scenes/pribor-rtr/pribor-rtr.gd index 28dbb7a8..93ae0324 100644 --- a/scenes/pribor-rtr/pribor-rtr.gd +++ b/scenes/pribor-rtr/pribor-rtr.gd @@ -118,7 +118,6 @@ func map_error_codes_to_item(data, item, value_name: StringName): if ret_val[1]: values.append(int(ret_val[0])) else: - push_error('ошибка: путь %s для $%s.%s не найден' % [paths_copy, item.name, value_name]) var test_res = 1 if values.count(int(0)) == values.size() else 2 item.set(value_name, test_res)