Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-granulate committed Oct 13, 2024
1 parent 4e81095 commit f7e9193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gprofiler/profilers/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7e9193

Please sign in to comment.