From f7e9193cea7ff09bd09c773eee30c70b2589eb05 Mon Sep 17 00:00:00 2001 From: Roi Agai Date: Sun, 13 Oct 2024 13:46:36 +0300 Subject: [PATCH] whitespace --- gprofiler/profilers/python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gprofiler/profilers/python.py b/gprofiler/profilers/python.py index a25bdb6f5..65ce0b54c 100644 --- a/gprofiler/profilers/python.py +++ b/gprofiler/profilers/python.py @@ -276,6 +276,7 @@ def _select_processes_to_profile(self) -> List[Process]: pass except Exception: logger.exception(f"Couldn't add pid {process.pid} to list") + return filtered_procs + [Process(pid) for pid in self._python_pyspy_processes] def _should_profile_process(self, process: Process) -> bool: