Skip to content

Commit 972f13e

Browse files
committed
Followup 151204d fix typo
1 parent 151204d commit 972f13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/GdalUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def runGdal(commands, progress=None):
8686
progress.setConsoleInfo(line)
8787
loglines.append(line)
8888
except IOError as e:
89-
raise IOError(e.message + u'\nAfter reading {} lines, last lines: {}'.format(len(logines), u'\n'.join(loglines[-10:])))
89+
raise IOError(e.message + u'\nAfter reading {} lines, last lines: {}'.format(len(loglines), u'\n'.join(loglines[-10:])))
9090
ProcessingLog.addToLog(ProcessingLog.LOG_INFO, loglines)
9191
GdalUtils.consoleOutput = loglines
9292

0 commit comments

Comments
 (0)