Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Enhancement: Add tools_env to data context entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprien CAILLOT committed Sep 11, 2024
1 parent 4086d20 commit 61b684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/plugins/publish/collect_context_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def process(self, context):

context.data["fps"] = data["fps"]

context.data["tools_env"] = data.get("tools_env", [])
context.data["tools_env"] = data.get("tools_env", [])

0 comments on commit 61b684d

Please sign in to comment.