mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
removed unused variable
This commit is contained in:
parent
c461592ff7
commit
8ebc248445
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ class AssetModel(QtGui.QStandardItemModel):
|
|||
icon = qtawesome.icon(full_icon_name, color=icon_color)
|
||||
item.setData(icon, QtCore.Qt.DecorationRole)
|
||||
|
||||
except Exception as exception:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
self.refreshed.emit(bool(self._items_by_asset_id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue