mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Added additional TODO
This commit is contained in:
parent
c5a68379ca
commit
d36f9cdd9b
1 changed files with 4 additions and 1 deletions
|
|
@ -220,10 +220,13 @@ class HostDirmap(object):
|
|||
return mapping
|
||||
|
||||
def _get_site_root_overrides(
|
||||
self, sitesync_addon, project_name, site_name):
|
||||
self, sitesync_addon, project_name, site_name
|
||||
):
|
||||
"""Safely handle root overrides.
|
||||
|
||||
SiteSync raises ValueError for non local or studio sites.
|
||||
TODO: could be removed when `get_site_root_overrides` is not raising
|
||||
an Error but just returns {}
|
||||
"""
|
||||
try:
|
||||
site_roots_overrides = sitesync_addon.get_site_root_overrides(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue