diff --git a/client/ayon_core/tools/sceneinventory/model.py b/client/ayon_core/tools/sceneinventory/model.py index 6c5ab11adf..a828721f4c 100644 --- a/client/ayon_core/tools/sceneinventory/model.py +++ b/client/ayon_core/tools/sceneinventory/model.py @@ -152,8 +152,8 @@ class InventoryModel(QtGui.QStandardItemModel): "name": repre_info.representation_name, } } - formatting_data.update(folder_data) - return formatting_data + template_data .update(folder_data) + return template_data def refresh(self, selected=None): """Refresh the model"""