Skip to content

Commit

Permalink
fix variable used in anatomy to work with site sync
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Apr 10, 2024
1 parent b3d7a23 commit 400e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/pipeline/anatomy/anatomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def _get_site_root_overrides(cls, project_name, site_name):
)
else:
# Ask sync server to get roots overrides
roots_overrides = sitesync.get_site_root_overrides(
roots_overrides = sitesync_addon.get_site_root_overrides(
project_name, site_name
)
site_cache.update_data(roots_overrides)
Expand Down

0 comments on commit 400e30f

Please sign in to comment.