mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[processing] Log gdal calls
This commit is contained in:
parent
e426dbc86b
commit
01941176c5
@ -74,6 +74,7 @@ class GdalUtils(object):
|
||||
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:')
|
||||
|
Loading…
x
Reference in New Issue
Block a user