Skip to content

Commit

Permalink
bmp_read.py: fix wrong driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 1, 2024
1 parent ba34c9f commit b40a549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/gcore/bmp_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from osgeo import gdal

pytestmark = pytest.mark.require_driver("HDF4")
pytestmark = pytest.mark.require_driver("BMP")

init_list = [
("1bit.bmp", 200),
Expand Down

0 comments on commit b40a549

Please sign in to comment.