From fc1a17062e24b8108d6e0d601d342923be584cda Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Apr 2026 10:11:39 +0530 Subject: [PATCH] ... --- kitty/child.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/child.py b/kitty/child.py index 25ed2a895..fa745b2a4 100644 --- a/kitty/child.py +++ b/kitty/child.py @@ -128,7 +128,6 @@ class CachedProcessData: def stop_caching(self, prev: bool) -> None: self.cache_active = prev - self.cached_result = None process_data_cache = CachedProcessData()