From cf886a05b4a0b0455a83ea8b4f5fe0b6e2a9ad73 Mon Sep 17 00:00:00 2001 From: xhong Date: Fri, 27 Feb 2026 20:01:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(raw=5Fto=5Fcog):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95=E4=B8=AD=E7=9A=84f-string?= =?UTF-8?q?=E5=86=97=E4=BD=99=E5=86=99=E6=B3=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/raw_to_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/raw_to_cog.py b/utils/raw_to_cog.py index 7afa031..bdc356b 100644 --- a/utils/raw_to_cog.py +++ b/utils/raw_to_cog.py @@ -144,7 +144,7 @@ def tif_to_cog( pass # 开始转换 - logging.info(f"开始转换为 COG 格式...") + logging.info("开始转换为 COG 格式...") creation_options = [ f"COMPRESS={compress}",