fix(raw_to_cog): 移除日志记录中的f-string冗余写法.

This commit is contained in:
谢泓 2026-02-27 20:01:26 +08:00
parent 0aef8e010c
commit cf886a05b4

View File

@ -144,7 +144,7 @@ def tif_to_cog(
pass pass
# 开始转换 # 开始转换
logging.info(f"开始转换为 COG 格式...") logging.info("开始转换为 COG 格式...")
creation_options = [ creation_options = [
f"COMPRESS={compress}", f"COMPRESS={compress}",