Merge pull request #4116 from ghtmtt/r_prov

[processing] small fix for R provider
This commit is contained in:
volaya 2017-02-16 11:13:16 +01:00 committed by GitHub
commit 7f1ff08ebb

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: