From 1913a33330102cc600e4b1d427cac40962e4f277 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 10 Jul 2024 14:14:04 +0200 Subject: [PATCH] Reformat TODO comment Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- client/ayon_core/host/dirmap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/host/dirmap.py b/client/ayon_core/host/dirmap.py index cc0186b9ca..b90b414240 100644 --- a/client/ayon_core/host/dirmap.py +++ b/client/ayon_core/host/dirmap.py @@ -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)