mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use correct settings
This commit is contained in:
parent
f4bd5d49f9
commit
73cc4c53b4
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ def filter_crashed_publish_paths(
|
|||
project_settings = get_project_settings(project_name)
|
||||
|
||||
discover_validation = (
|
||||
project_settings["core"]["publish"]["discover_validation"]
|
||||
project_settings["core"]["tools"]["publish"]["discover_validation"]
|
||||
)
|
||||
# Strict mode is not enabled.
|
||||
if not discover_validation["enabled"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue