Skip to content

Commit

Permalink
Update ogr_layer_algebra.py avoiding unintended misinterpretation
Browse files Browse the repository at this point in the history
Else it sounds like "that town has not (even) a single taxi."
  • Loading branch information
jidanni authored Jun 22, 2024
1 parent 5525a21 commit 7c931fd
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 7c931fd

Please sign in to comment.