Skip to content

Commit

Permalink
Fix indentation problem (as usual)
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Jan 9, 2016
1 parent 85b87d5 commit 89a1ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/grass7/ext/v_net_connect.py
Expand Up @@ -32,8 +32,8 @@ def processOutputs(alg):
out = alg.getOutputValue(u"output")
command = u"v.out.ogr -c type=line layer=1 -e input={} output=\"{}\" format=ESRI_Shapefile output_layer={}".format(
alg.exportedLayers[out],
os.path.dirname(out),
os.path.basename(out)[:-4]
os.path.dirname(out),
os.path.basename(out)[:-4]
)
alg.commands.append(command)
alg.outputCommands.append(command)

0 comments on commit 89a1ad5

Please sign in to comment.