mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Reformat TODO comment
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
d36f9cdd9b
commit
1913a33330
1 changed files with 2 additions and 2 deletions
|
|
@ -225,9 +225,9 @@ class HostDirmap(object):
|
|||
"""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 {}
|
||||
"""
|
||||
# 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(
|
||||
project_name, site_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue