[processing] small fix to R provider

This commit is contained in:
matteo 2017-02-08 11:14:28 +01:00
parent 2f68d1a7c3
commit f999970899

View File

@ -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: