Skip to content

Commit

Permalink
session is not required key
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 9, 2024
1 parent 2e925ea commit 9d807f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/plugins/publish/collect_rendered_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _process_path(self, data, anatomy):
# 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
Expand Down

0 comments on commit 9d807f2

Please sign in to comment.