mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
session is not required key
This commit is contained in:
parent
2e925ea64b
commit
9d807f28f0
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class CollectRenderedFiles(pyblish.api.ContextPlugin):
|
|||
# validate basic necessary data
|
||||
data_err = "invalid json file - missing data"
|
||||
required = ["asset", "user", "comment",
|
||||
"job", "instances", "session", "version"]
|
||||
"job", "instances", "version"]
|
||||
assert all(elem in data.keys() for elem in required), data_err
|
||||
|
||||
# set context by first json file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue