mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fixed reading script description for R algorithms
fixes #16227
This commit is contained in:
parent
9c3fa187fa
commit
b500ab5065
@ -139,7 +139,7 @@ class RAlgorithm(GeoAlgorithm):
|
||||
self.commands.append(line)
|
||||
self.script += line + '\n'
|
||||
try:
|
||||
line = lines.next().strip('\n').strip('\r')
|
||||
line = next(lines).strip('\n').strip('\r')
|
||||
except:
|
||||
break
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user