Merge branch 'develop' into feature/107-webactions-in-launcher-tool

This commit is contained in:
Jakub Trllo 2025-05-29 16:14:50 +02:00 committed by GitHub
commit a099b0be1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -462,8 +462,8 @@ class Anatomy(BaseAnatomy):
Union[Dict[str, str], None]): Local root overrides.
"""
if not project_name:
return
return ayon_api.get_project_roots_for_site(
return None
return ayon_api.get_project_root_overrides_by_site_id(
project_name, get_local_site_id()
)