From 88383d3456b1481b88fcae8379ded73acb29d18c Mon Sep 17 00:00:00 2001 From: Mateusz Karlowski Date: Tue, 16 Sep 2025 15:03:00 +0200 Subject: [PATCH] Fix stop getting psutil data after plot command --- watch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/watch.py b/watch.py index 852e714..dda71bc 100644 --- a/watch.py +++ b/watch.py @@ -514,7 +514,6 @@ def handle_command(session, s, dont_plot, tmpfs_color, other_cache_color, now): dont_plot = True if label_line != "none": - list(map(s.cancel, s.queue)) summarize(session) if not label_line: graph.graph(session, tmpfs_color, other_cache_color)