Skip to content

Commit

Permalink
Incrementation for r.topmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Feb 27, 2016
1 parent 4ea75f3 commit c45fa05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/grass7/ext/r_topmodel.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ def processCommand(alg):
'topidxclass={}'.format(alg.getParameterValue('topidxclass')) if alg.getParameterValue('topidxclass') else '' 'topidxclass={}'.format(alg.getParameterValue('topidxclass')) if alg.getParameterValue('topidxclass') else ''
) )
alg.commands.append(command) alg.commands.append(command)

Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ def processCommand(alg):
out.value out.value
) )
alg.commands.append(command) alg.commands.append(command)

0 comments on commit c45fa05

Please sign in to comment.