Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18
  • Loading branch information
PedroVenancio committed Jun 10, 2017
1 parent 5f10a0b commit 9adb496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/v_net.py
Expand Up @@ -92,7 +92,7 @@ def variableOutput(alg, params, nocats=True):
continue

out = alg.getOutputValue(outputName)
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(
u"" if typeList[0] == u"line" and nocats else u"-c",
typeList[0],
typeList[1],
Expand Down

0 comments on commit 9adb496

Please sign in to comment.