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
  • Loading branch information
nyalldawson committed Apr 9, 2018
1 parent 81a5f02 commit 8999abe
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 8999abe

Please sign in to comment.