We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f68d1a commit f999970Copy full SHA for f999970
python/plugins/processing/algs/r/RAlgorithm.py
@@ -116,7 +116,7 @@ def parseDescription(self, lines):
116
self.passFileNames = False
117
self.verboseCommands = []
118
ender = 0
119
- line = lines.next().strip('\n').strip('\r')
+ line = next(lines).strip('\n').strip('\r')
120
while ender < 10:
121
if line.startswith('##'):
122
try:
0 commit comments