We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9626d2f + 9adb496 commit e5b2843Copy full SHA for e5b2843
python/plugins/processing/algs/grass7/ext/v_net.py
@@ -92,7 +92,7 @@ def variableOutput(alg, params, nocats=True):
92
continue
93
94
out = alg.getOutputValue(outputName)
95
- 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(
96
u"" if typeList[0] == u"line" and nocats else u"-c",
97
typeList[0],
98
typeList[1],
0 commit comments