We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 85b87d5 commit 89a1ad5Copy full SHA for 89a1ad5
python/plugins/processing/algs/grass7/ext/v_net_connect.py
@@ -32,8 +32,8 @@ def processOutputs(alg):
32
out = alg.getOutputValue(u"output")
33
command = u"v.out.ogr -c type=line layer=1 -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
34
alg.exportedLayers[out],
35
- os.path.dirname(out),
36
- os.path.basename(out)[:-4]
+ os.path.dirname(out),
+ os.path.basename(out)[:-4]
37
)
38
alg.commands.append(command)
39
alg.outputCommands.append(command)
0 commit comments