Skip to content

Commit

Permalink
Fixes GRASS 7 v.net.alloc #16672
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroVenancio committed Jun 10, 2017
1 parent 4386be8 commit aedb95b
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 @@ -84,7 +84,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 aedb95b

Please sign in to comment.