mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix settings load
This commit is contained in:
parent
096a5a809e
commit
c53a2f68e5
1 changed files with 3 additions and 1 deletions
|
|
@ -279,7 +279,9 @@ def filter_crashed_publish_paths(
|
|||
if project_settings is None:
|
||||
project_settings = get_project_settings(project_name)
|
||||
|
||||
discover_validation = project_settings["core"]["discover_validation"]
|
||||
discover_validation = (
|
||||
project_settings["core"]["publish"]["discover_validation"]
|
||||
)
|
||||
# Strict mode is not enabled.
|
||||
if not discover_validation["enabled"]:
|
||||
return filtered_paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue