OP-4643 - fix logging

Wrong variable used
This commit is contained in:
Petr Kalis 2023-02-14 14:54:25 +01:00
parent 7540f61791
commit 82b44da739

View file

@ -169,7 +169,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
"Skipped representation. All output definitions from"
" selected profile does not match to representation's"
" custom tags. \"{}\""
).format(str(tags)))
).format(str(custom_tags)))
continue
outputs_per_representations.append((repre, outputs))