mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not remove metadata from system settings on loading of environments
This commit is contained in:
parent
206fab3a91
commit
3deca82c81
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ def get_environments():
|
|||
dict: Output should be ready for `acre` module.
|
||||
"""
|
||||
|
||||
return find_environments(get_system_settings())
|
||||
return find_environments(get_system_settings(False))
|
||||
|
||||
|
||||
def clear_metadata_from_settings(values):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue