mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Change warning to deprecation and modify message
This commit is contained in:
parent
eb07f945a5
commit
940e8a4cc7
1 changed files with 2 additions and 2 deletions
|
|
@ -198,8 +198,8 @@ def merge_overrides(source_dict, override_dict):
|
|||
def get_site_local_overrides(project_name, site_name, local_settings=None):
|
||||
"""Site overrides from local settings for passet project and site name.
|
||||
|
||||
Warning:
|
||||
This function is not implemented for AYON.
|
||||
Deprecated:
|
||||
This function is not implemented for AYON and will be removed.
|
||||
|
||||
Args:
|
||||
project_name (str): For which project are overrides.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue