mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
flame: removing redundant exception
This commit is contained in:
parent
671c156373
commit
4cc7d84cd4
1 changed files with 0 additions and 10 deletions
|
|
@ -47,16 +47,6 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
export_presets_mapping = {}
|
||||
|
||||
def process(self, instance):
|
||||
try:
|
||||
self._process(instance)
|
||||
except Exception as msg:
|
||||
self.log.error(msg)
|
||||
finally:
|
||||
# bring ui back
|
||||
self.hide_ui_on_process = False
|
||||
|
||||
def _process(self, instance):
|
||||
|
||||
if (
|
||||
self.keep_original_representation
|
||||
and "representations" not in instance.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue