Merge "Remove root exists check in TreeCache startup"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user