mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: moving logging outside of condition
This commit is contained in:
parent
d98d8905af
commit
4b83446230
1 changed files with 4 additions and 3 deletions
|
|
@ -139,9 +139,10 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
if not ignore_comment_attrs:
|
||||
# add any xml overrides collected form segment.comment
|
||||
modify_xml_data.update(instance.data["xml_overrides"])
|
||||
self.log.debug("__ modify_xml_data: {}".format(pformat(
|
||||
modify_xml_data
|
||||
)))
|
||||
|
||||
self.log.debug("__ modify_xml_data: {}".format(pformat(
|
||||
modify_xml_data
|
||||
)))
|
||||
|
||||
# with maintained duplication loop all presets
|
||||
with opfapi.maintained_object_duplication(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue