mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix refresh issue
This commit is contained in:
parent
e1dc93cb44
commit
108286aa34
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class PluginLoadReportModel(QtGui.QStandardItemModel):
|
|||
parent = self.invisibleRootItem()
|
||||
if not self._traceback_by_filepath:
|
||||
parent.removeRows(0, parent.rowCount())
|
||||
self._items_by_filepath = {}
|
||||
return
|
||||
|
||||
new_items = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue