flipping order of condition arguments

This commit is contained in:
Jakub Jezek 2023-12-20 15:56:21 +01:00
parent 19666f7df3
commit a09fc58148
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

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