From 4cc7d84cd41de71ab1734e7e1d43038bcbd856f5 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 16 Feb 2022 11:12:35 +0100 Subject: [PATCH] flame: removing redundant exception --- .../flame/plugins/publish/extract_subset_resources.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/openpype/hosts/flame/plugins/publish/extract_subset_resources.py b/openpype/hosts/flame/plugins/publish/extract_subset_resources.py index d774b07fca..db85bede85 100644 --- a/openpype/hosts/flame/plugins/publish/extract_subset_resources.py +++ b/openpype/hosts/flame/plugins/publish/extract_subset_resources.py @@ -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