Merge "Remove root exists check in TreeCache startup"

This commit is contained in:
Zuul
2025-02-26 16:26:09 +00:00
committed by Gerrit Code Review

View File

@@ -168,8 +168,6 @@ class ZuulTreeCache(abc.ABC):
am_root = True
root = self.root
seen_paths = set()
if not self.client.exists(root):
exists = False
if exists:
seen_paths.add(root)
event = WatchedEvent(EventType.NONE,