mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix: typo
This commit is contained in:
parent
fb90d78160
commit
9e69e5d48e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ValidateSaverOutputExtension(pyblish.api.InstancePlugin):
|
|||
current_extension = get_file_extension(saver.Clip[1])
|
||||
expected_extension = instance.data["image_format"]
|
||||
|
||||
if current_ext != expected_ext:
|
||||
if current_extension != expected_extension:
|
||||
raise PublishValidationError(
|
||||
f"Instance {saver.Name} output image format does not match the current publish selection.\n\n"
|
||||
f"Current: {current_ext}\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue