Skip to content

Commit

Permalink
[processing] Log gdal calls
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Nov 6, 2016
1 parent e426dbc commit 0194117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/gdal/GdalUtils.py
Expand Up @@ -74,6 +74,7 @@ def runGdal(commands, progress=None):
os.putenv('PATH', envval)

fused_command = ' '.join([str(c) for c in commands])
ProcessingLog.addToLog(ProcessingLog.LOG_INFO, fused_command)
progress.setInfo('GDAL command:')
progress.setCommand(fused_command)
progress.setInfo('GDAL command output:')
Expand Down

0 comments on commit 0194117

Please sign in to comment.