Skip to content

Commit

Permalink
Merge pull request #395 from ynput/bugfix/anatomy-site-sync-variable
Browse files Browse the repository at this point in the history
Anatomy: Fix variable used to work with site sync
  • Loading branch information
iLLiCiTiT authored Apr 11, 2024
2 parents 5b9a08e + 400e30f commit 440e05f
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 440e05f

Please sign in to comment.