We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1facaef commit 74728e8Copy full SHA for 74728e8
python/plugins/processing/algs/grass7/ext/v_rast_stats.py
@@ -42,7 +42,7 @@ def processOutputs(alg):
42
# We need to add the vector layer to outputs:
43
out = alg.exportedLayers[alg.getParameterValue('map')]
44
from_out = alg.getOutputValue('output')
45
- command = u"v.out.ogr -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
+ command = u"v.out.ogr --overwrite -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
46
out, os.path.dirname(from_out),
47
os.path.splitext(os.path.basename(from_out))[0]
48
)
0 commit comments