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
c8cca23e48
commit
a4babae5f5
1 changed files with 1 additions and 5 deletions
|
|
@ -1340,11 +1340,7 @@ class SwitchAssetDialog(QtWidgets.QDialog):
|
|||
|
||||
error = None
|
||||
try:
|
||||
switch_container(
|
||||
container,
|
||||
repre_entity,
|
||||
loader,
|
||||
)
|
||||
switch_container(container, repre_entity, loader)
|
||||
except (
|
||||
LoaderSwitchNotImplementedError,
|
||||
IncompatibleLoaderError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue