added comment to dirmap implementation

This commit is contained in:
Jakub Trllo 2024-02-16 16:34:33 +01:00
parent 4c1ac5a4f0
commit eb07f945a5

View file

@ -181,6 +181,10 @@ class HostDirmap(object):
exclude_locals=False,
cached=False)
# TODO implement
# Dirmap is dependent on 'get_site_local_overrides' which
# is not implemented in AYON. The mapping should be received
# from sitesync addon.
active_overrides = get_site_local_overrides(
project_name, active_site)
remote_overrides = get_site_local_overrides(