Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix output generation in v.net and add test
  • Loading branch information
alexbruy committed Jan 31, 2019
1 parent dbe2cb7 commit a911ef3
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 a911ef3

Please sign in to comment.