mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix dict update
This commit is contained in:
parent
3408c25f79
commit
afec68dcba
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ class Anatomy(BaseAnatomy):
|
|||
|
||||
# Combine roots from local settings
|
||||
roots_locals = roots_default_locals.get("studio") or {}
|
||||
roots_locals.update_data(roots_project_locals.get("studio") or {})
|
||||
roots_locals.update(roots_project_locals.get("studio") or {})
|
||||
return roots_locals
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue