mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] small fix to R provider
This commit is contained in:
parent
2f68d1a7c3
commit
f999970899
@ -116,7 +116,7 @@ class RAlgorithm(GeoAlgorithm):
|
||||
self.passFileNames = False
|
||||
self.verboseCommands = []
|
||||
ender = 0
|
||||
line = lines.next().strip('\n').strip('\r')
|
||||
line = next(lines).strip('\n').strip('\r')
|
||||
while ender < 10:
|
||||
if line.startswith('##'):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user