Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Pasotti <[email protected]>
  • Loading branch information
rouault and elpaso authored Mar 18, 2024
1 parent 97f1afb commit daa37db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotest/pyscripts/test_gdalbuildvrtofvrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_gdalbuildvrtofvrt_basic(script_path, tmp_path):
# Test


def test_gdalbuildvrtofvrt_intermediata_vrt_path(script_path, tmp_path):
def test_gdalbuildvrtofvrt_intermediate_vrt_path(script_path, tmp_path):

out_filename = str(tmp_path / "out.vrt")
intermediate_vrt_path = tmp_path / "intermediate_vrt_path"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ******************************************************************************
#
# Project: GDAL
# Purpose: Command line a 2-level hierarchy of VRTs for very large collections
# Purpose: Create a 2-level hierarchy of VRTs for very large collections
# Author: Even Rouault <even dot rouault at spatialys.com>
#
# ******************************************************************************
Expand Down

0 comments on commit daa37db

Please sign in to comment.