Skip to content

Commit 6896548

Browse files
authored
Merge pull request #4705 from PedroVenancio/master
[processing] fixes GRASS 7 v.net.alloc (fix #16672)
2 parents e839ab1 + aedb95b commit 6896548

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

Lines changed: 1 addition & 1 deletion
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)