Skip to content

Commit

Permalink
[processing] fix output generation in v.net and add test
Browse files Browse the repository at this point in the history
(cherry picked from commit a911ef3)
  • Loading branch information
alexbruy committed Feb 1, 2019
1 parent 33e25be commit f2ceb6e
Show file tree
Hide file tree
Showing 4 changed files with 882 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/v_net.py
Expand Up @@ -111,7 +111,7 @@ def variableOutput(alg, layers, parameters, context, nocats=True):
alg.exportVectorLayer(grassName=grass_name,
fileName=file_name,
layer=output_layer_number,
nocats=no_cats,
exportnocat=no_cats,
dataType=output_type)


Expand Down

0 comments on commit f2ceb6e

Please sign in to comment.