mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update variable name for skipped env vars
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
274ed655e9
commit
3f4a491e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class FilterFarmEnvironmentModel(BaseSettingsModel):
|
|||
title="Folders"
|
||||
)
|
||||
|
||||
skip_environment: list[str] = SettingsField(
|
||||
skip_env_keys: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Skip environment variables"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue