mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Update openpype/hosts/flame/plugins/publish/extract_subset_resources.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
c545938e2a
commit
6664db839f
1 changed files with 1 additions and 2 deletions
|
|
@ -49,10 +49,9 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
def process(self, instance):
|
||||
try:
|
||||
self._process(instance)
|
||||
# bring ui back
|
||||
self.hide_ui_on_process = False
|
||||
except Exception as msg:
|
||||
self.log.error(msg)
|
||||
finally:
|
||||
# bring ui back
|
||||
self.hide_ui_on_process = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue