Skip to content

Commit 9adb496

Browse files
committedJun 10, 2017
Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18
1 parent 5f10a0b commit 9adb496

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
@@ -92,7 +92,7 @@ def variableOutput(alg, params, nocats=True):
9292
continue
9393

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

0 commit comments

Comments
 (0)
Please sign in to comment.