Skip to content

Commit

Permalink
=None
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Heily committed Oct 21, 2024
1 parent aac37a0 commit 188f3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gprofiler/profilers/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def __init__(
python_pyperf_user_stacks_pages: Optional[int],
python_pyperf_verbose: bool,
python_pyspy_process: List[int],
python_pyspy_pattern: Optional[str],
python_pyspy_pattern: Optional[str] = None,
):
if python_mode == "py-spy":
python_mode = "pyspy"
Expand Down

0 comments on commit 188f3a0

Please sign in to comment.