Skip to content

Commit aedb95b

Browse files
committed
Fixes GRASS 7 v.net.alloc #16672
1 parent 4386be8 commit aedb95b

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/grass7/ext

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/ext/v_net.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def variableOutput(alg, params, nocats=True):
8484
continue
8585

8686
out = alg.getOutputValue(outputName)
87-
command = u"v.out.ogr {} type={} layer={} -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
87+
command = u"v.out.ogr {} type={} layer={} -s -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={} --overwrite".format(
8888
u"" if typeList[0] == u"line" and nocats else u"-c",
8989
typeList[0],
9090
typeList[1],

0 commit comments

Comments
 (0)