mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flipping order of condition arguments
This commit is contained in:
parent
19666f7df3
commit
a09fc58148
1 changed files with 2 additions and 2 deletions
|
|
@ -352,9 +352,9 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
|
||||
# add extended name if any
|
||||
if (
|
||||
not self.keep_first_subset_name_for_review
|
||||
multiple_reviewable
|
||||
and not self.keep_first_subset_name_for_review
|
||||
and extended_asset_name
|
||||
and multiple_reviewable
|
||||
):
|
||||
other_item["asset_data"]["name"] = extended_asset_name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue