diff --git a/client/ayon_core/tools/sceneinventory/model.py b/client/ayon_core/tools/sceneinventory/model.py index 661aeb46d7..6c5ab11adf 100644 --- a/client/ayon_core/tools/sceneinventory/model.py +++ b/client/ayon_core/tools/sceneinventory/model.py @@ -143,7 +143,7 @@ class InventoryModel(QtGui.QStandardItemModel): self._controller.get_current_project_name() ) - formatting_data = { + template_data = { "product": { "name": repre_info.product_name, "type": repre_info.product_type,