mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4643 - fix logging
Wrong variable used
This commit is contained in:
parent
7540f61791
commit
82b44da739
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue