mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix - wrong expression
This commit is contained in:
parent
7c6d63f893
commit
6fd45d99f9
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
|
||||
formatting_data = {"duration": duration,
|
||||
"found": frames}
|
||||
if frames == duration:
|
||||
if frames != duration:
|
||||
raise PublishXmlValidationError(self, msg,
|
||||
formatting_data=formatting_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue