Showing with 1 addition and 2 deletions.
  1. +1 −1 python/plugins/processing/grass/GrassAlgorithm.py
  2. +0 −1 python/plugins/processing/grass/description/v.delaunay.txt
2 changes: 1 addition & 1 deletion python/plugins/processing/grass/GrassAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def processAlgorithm(self, progress):

if isinstance(out, OutputVector):
filename = out.value
command = 'v.out.ogr -c -e -z input=' + out.name + uniqueSufix
command = 'v.out.ogr -s -c -e -z input=' + out.name + uniqueSufix
command += ' dsn="' + os.path.dirname(out.value) + '"'
command += ' format=ESRI_Shapefile'
command += ' olayer=' + os.path.basename(out.value)[:-4]
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/grass/description/v.delaunay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ v.delaunay - Creates a Delaunay triangulation from an input vector map containin
Vector (v.*)
ParameterVector|input|Input vector layer|0|False
ParameterBoolean|-r|Use only points in current region|True
ParameterBoolean|-l|Output triangulation as a graph (lines), not areas|True
OutputVector|output|Delaunay triangulation