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

Commit

Permalink
second fix of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 23, 2021
1 parent c52f053 commit 14d8789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/lib/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def prepare_host_environments(data, implementation_envs=True):
environments.append(group.environment)
added_env_keys.add(group_name)
for tool_name in sorted(tool_by_group_name[group_name].keys()):
tool = tool_by_group_name[tool_name]
tool = tool_by_group_name[group_name][tool_name]
environments.append(tool.environment)
added_env_keys.add(tool.name)

Expand Down

0 comments on commit 14d8789

Please sign in to comment.