Skip to content

Commit

Permalink
Store full processing execution log in history entries
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2023
1 parent 42c21c1 commit 953e3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -294,6 +294,7 @@ def on_complete(ok, results):
if self.history_log_id is not None:
# can't deepcopy this!
self.history_details['results'] = {k: v for k, v in results.items() if k != 'CHILD_INPUTS'}
self.history_details['log'] = self.feedback.htmlLog()

QgsGui.historyProviderRegistry().updateEntry(self.history_log_id, self.history_details)

Expand Down

0 comments on commit 953e3de

Please sign in to comment.