mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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):
|
for item_id, item_version in zip(item_ids, versions):
|
||||||
container = containers_by_id[item_id]
|
container = containers_by_id[item_id]
|
||||||
try:
|
try:
|
||||||
update_container(
|
update_container(container, item_version)
|
||||||
container,
|
|
||||||
item_version,
|
|
||||||
)
|
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
log.warning("Update failed", exc_info=True)
|
log.warning("Update failed", exc_info=True)
|
||||||
self._show_version_error_dialog(
|
self._show_version_error_dialog(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue