Reformat TODO comment

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2024-07-10 14:14:04 +02:00 committed by GitHub
parent d36f9cdd9b
commit 1913a33330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)