Skip to content

Commit

Permalink
Merge pull request #4710 from PedroVenancio/fix_16672_2_18
Browse files Browse the repository at this point in the history
[processing] fixes GRASS 7 v.net.alloc (fix #16672)
  • Loading branch information
alexbruy committed Jun 12, 2017
2 parents 9626d2f + 9adb496 commit e5b2843
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 e5b2843

Please sign in to comment.