From e46ee71335b10104334f0ef9e17f5ccb8a0d3f3d Mon Sep 17 00:00:00 2001 From: Lantern-r Date: Mon, 21 Oct 2024 10:55:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E4=BA=86=E6=89=93=E5=8D=B0=E8=AF=AD=E5=8F=A5=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20=E5=8E=9F=E4=BB=A3=E7=A0=81=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=BA=86=E9=94=99=E8=AF=AF=E5=85=83=E7=BB=84=E8=A7=A3=E5=8C=85?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E8=BF=9B=E8=A1=8C=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E3=80=82=E6=9C=AC=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=B0=86=E6=89=93=E5=8D=B0=E8=AF=AD=E5=8F=A5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=E6=AD=A3=E7=A1=AE=E7=9A=84=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=96=B9=E6=B3=95=EF=BC=88?= =?UTF-8?q?str.format()=E6=96=B9=E6=B3=95=EF=BC=89=E4=BB=A5=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=AF=A5bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lantern-r --- local_coverage/resident_service/public_method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_coverage/resident_service/public_method.py b/local_coverage/resident_service/public_method.py index 1cca156..3d6569b 100644 --- a/local_coverage/resident_service/public_method.py +++ b/local_coverage/resident_service/public_method.py @@ -74,7 +74,7 @@ def get_all_part_service(): services_component_dict = system_text_json["services_component_dict"] component_gcda_dict = system_text_json["component_gcda_dict"] return system_info_dict, services_component_dict, component_gcda_dict - print("%s not exists.", system_part_service_path) + print("{} not exists.".format(system_part_service_path)) return {}, {}, {} -- Gitee