From 42a50961473f66d0dd6498cc02a84d8a76352d65 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 15 Jun 2020 11:34:09 +0200 Subject: [PATCH] fixed missing records on repair action processing --- pype/tools/pyblish_pype/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/tools/pyblish_pype/window.py b/pype/tools/pyblish_pype/window.py index 84003a88aa..a7963478d5 100644 --- a/pype/tools/pyblish_pype/window.py +++ b/pype/tools/pyblish_pype/window.py @@ -913,6 +913,7 @@ class Window(QtWidgets.QDialog): plugin_item = self.plugin_model.plugin_items[result["plugin"].id] action_state = plugin_item.data(Roles.PluginActionProgressRole) action_state |= PluginActionStates.HasFinished + result["records"] = self.terminal_model.prepare_records(result) error = result.get("error") if error: