Skip to content

Commit

Permalink
Merge pull request #10270 from jidanni/patch-55
Browse files Browse the repository at this point in the history
Update ogr_layer_algebra.py avoiding unintended misinterpretation
  • Loading branch information
rouault committed Jun 22, 2024
2 parents 5525a21 + 7c931fd commit b291af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def main(argv=sys.argv):
cnt = input_ds.GetLayerCount()
if cnt != 1:
print(
"Input datasource has not a single layer, so you should specify its name with -input_lyr",
"Input datasource has more than just a single layer, so you should specify which layer with -input_lyr",
file=sys.stderr,
)
return 1
Expand Down

0 comments on commit b291af0

Please sign in to comment.