Skip to content

Commit 09f5d52

Browse files
committed
[processing][grass] Fix broken r.li.renyi.ascii alg
(cherry-picked from 60efbb5)
1 parent f2732a6 commit 09f5d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/ext/r_li_renyi_ascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def processCommand(alg, parameters, context, feedback):
3737

3838

3939
def processOutputs(alg, parameters, context, feedback):
40-
moveOutputTxtFile(alg, parameters, context, feedback)
40+
moveOutputTxtFile(alg, parameters, context)

0 commit comments

Comments
 (0)