mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix key name from Settings
This commit is contained in:
parent
09c9ef9781
commit
f473e987df
1 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,6 @@ class FilterFarmEnvironments(PreLaunchHook):
|
|||
|
||||
def _skip_environment_variables(self, calculated_env, matching_profile):
|
||||
"""Skips list of environment variable names"""
|
||||
for skip_env in matching_profile["skip_environment"]:
|
||||
for skip_env in matching_profile["skip_env_keys"]:
|
||||
self.log.info(f"Skipping {skip_env}")
|
||||
calculated_env.pop(skip_env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue