mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
ef695cb153
commit
5a5a172c30
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ValidateEditorialResources(pyblish.api.InstancePlugin):
|
|||
f"Instance: {instance}, Families: "
|
||||
f"{[instance.data['family']] + instance.data['families']}")
|
||||
check_file = instance.data["editorialSourcePath"]
|
||||
msg = f"Missing source video file."
|
||||
msg = "Missing source video file."
|
||||
|
||||
if not check_file:
|
||||
raise PublishXmlValidationError(self, msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue