fix(raw_to_cog): 移除日志记录中的f-string冗余写法.
This commit is contained in:
parent
0aef8e010c
commit
cf886a05b4
@ -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}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user