From d951676b444bbacccaebd8f9eb350471d484ac81 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Tue, 28 Jan 2025 18:32:41 +0000 Subject: [PATCH] cog.py: Fix typo in test_cog_write_jpegxl_alpha `BLOCKSIZE` --> `BLOCKXSIZE` --- autotest/gcore/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/gcore/cog.py b/autotest/gcore/cog.py index b18b6c0fac57..b3046fb61825 100755 --- a/autotest/gcore/cog.py +++ b/autotest/gcore/cog.py @@ -1706,7 +1706,7 @@ def test_cog_write_jpegxl_alpha(): "COMPRESS=JXL", "JXL_LOSSLESS=NO", "TILED=YES", - "BLOCKSIZE=512", + "BLOCKXSIZE=512", "BLOCKYSIZE=512", ], )