flame: removing redundant exception

This commit is contained in:
Jakub Jezek 2022-02-16 11:12:35 +01:00
parent 671c156373
commit 4cc7d84cd4
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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