mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Revert unneeded change
This commit is contained in:
parent
9a050d9200
commit
c8cca23e48
1 changed files with 1 additions and 4 deletions
|
|
@ -1104,10 +1104,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
for item_id, item_version in zip(item_ids, versions):
|
||||
container = containers_by_id[item_id]
|
||||
try:
|
||||
update_container(
|
||||
container,
|
||||
item_version,
|
||||
)
|
||||
update_container(container, item_version)
|
||||
except AssertionError:
|
||||
log.warning("Update failed", exc_info=True)
|
||||
self._show_version_error_dialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue