Skip to content

Commit

Permalink
Merge branch 'feature/pdeathsigger' into grpcio-1-62-2
Browse files Browse the repository at this point in the history
  • Loading branch information
slicklash committed Oct 8, 2024
2 parents dd79714 + e5c8caf commit 17a30ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gprofiler/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def pgrep_maps(match: str) -> List[Process]:
stderr=subprocess.PIPE,
suppress_log=True,
check=False,
pdeathsigger=False,
)
# 0 - found
# 1 - not found
Expand Down

0 comments on commit 17a30ac

Please sign in to comment.