Skip to content

Commit 0b5c2d1

Browse files
committed
fix string
1 parent 181995b commit 0b5c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dem_handler/utils/spatial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def check_dem_type_in_bounds(
566566
)
567567

568568
logger.info(f"Checking if bounds intersect with tiles of the {dem_type_formal}")
569-
logger.info(f"Searching {COP30_GPKG_PATH}")
569+
logger.info(f"Searching {dem_index_path}")
570570

571571
gdf = gpd.read_file(dem_index_path, layer=layer)
572572
bounding_box = shapely.geometry.box(*bounds)

0 commit comments

Comments
 (0)