We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4386be8 commit aedb95bCopy full SHA for aedb95b
python/plugins/processing/algs/grass7/ext/v_net.py
@@ -84,7 +84,7 @@ def variableOutput(alg, params, nocats=True):
84
continue
85
86
out = alg.getOutputValue(outputName)
87
- command = u"v.out.ogr {} type={} layer={} -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
+ command = u"v.out.ogr {} type={} layer={} -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={} --overwrite".format(
88
u"" if typeList[0] == u"line" and nocats else u"-c",
89
typeList[0],
90
typeList[1],
0 commit comments