We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06c0a8 commit 26b6211Copy full SHA for 26b6211
swig/python/gdal-utils/osgeo_utils/ogrmerge.py
@@ -961,7 +961,7 @@ def are_sources_gpkg():
961
if not update and not overwrite_ds:
962
print(
963
"ERROR: Destination dataset already exists, "
964
- + "but -update nor -overwrite_ds are specified",
+ + "but neither -update nor -overwrite_ds are specified",
965
file=sys.stderr,
966
)
967
return 1
@@ -990,7 +990,7 @@ def are_sources_gpkg():
990
if gdal.VSIStatL(dst_filename) and not overwrite_ds:
991
992
993
- + "but -overwrite_ds are specified",
+ + "but -overwrite_ds is not specified",
994
995
996
0 commit comments