Skip to content

Commit 89a1ad5

Browse files
author
Médéric RIBREUX
committedJan 9, 2016
Fix indentation problem (as usual)
1 parent 85b87d5 commit 89a1ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/grass7/ext/v_net_connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def processOutputs(alg):
3232
out = alg.getOutputValue(u"output")
3333
command = u"v.out.ogr -c type=line layer=1 -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
3434
alg.exportedLayers[out],
35-
os.path.dirname(out),
36-
os.path.basename(out)[:-4]
35+
os.path.dirname(out),
36+
os.path.basename(out)[:-4]
3737
)
3838
alg.commands.append(command)
3939
alg.outputCommands.append(command)

0 commit comments

Comments
 (0)
Please sign in to comment.