mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed intent from required keys in collect rendered files
This commit is contained in:
parent
349beaccfc
commit
8072f1dcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class CollectRenderedFiles(pyblish.api.ContextPlugin):
|
||||||
def _process_path(self, data):
|
def _process_path(self, data):
|
||||||
# validate basic necessary data
|
# validate basic necessary data
|
||||||
data_err = "invalid json file - missing data"
|
data_err = "invalid json file - missing data"
|
||||||
required = ["asset", "user", "intent", "comment",
|
required = ["asset", "user", "comment",
|
||||||
"job", "instances", "session", "version"]
|
"job", "instances", "session", "version"]
|
||||||
assert all(elem in data.keys() for elem in required), data_err
|
assert all(elem in data.keys() for elem in required), data_err
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue