mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] fix GRASS commands logging
This commit is contained in:
parent
d71a563ee1
commit
3f669140d5
@ -299,7 +299,7 @@ class Grass7Algorithm(GeoAlgorithm):
|
||||
feedback.pushCommandInfo(line)
|
||||
loglines.append(line)
|
||||
if ProcessingConfig.getSetting(Grass7Utils.GRASS_LOG_COMMANDS):
|
||||
QgsMessageLog.logMessage(loglines, self.tr('Processing'), QgsMessageLog.INFO)
|
||||
QgsMessageLog.logMessage("\n".join(loglines), self.tr('Processing'), QgsMessageLog.INFO)
|
||||
|
||||
Grass7Utils.executeGrass7(self.commands, feedback, self.outputCommands)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user