Skip to content

Commit

Permalink
[processing][grass] Fix broken r.li.renyi.ascii alg
Browse files Browse the repository at this point in the history
(cherry-picked from 60efbb5)
  • Loading branch information
nyalldawson committed Apr 10, 2018
1 parent f2732a6 commit 09f5d52
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,4 +37,4 @@ def processCommand(alg, parameters, context, feedback):


def processOutputs(alg, parameters, context, feedback):
moveOutputTxtFile(alg, parameters, context, feedback)
moveOutputTxtFile(alg, parameters, context)

0 comments on commit 09f5d52

Please sign in to comment.