Skip to content

Commit 5556396

Browse files
authored
Update Lib/profiling/sampling/stack_collector.py
1 parent f4928b9 commit 5556396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/profiling/sampling/stack_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def __init__(self, sample_interval_usec, *, baseline_binary_path, skip_idle=Fals
452452
self.baseline_binary_path = baseline_binary_path
453453
self._baseline_collector = None
454454
self._elided_paths = set()
455+
455456
def _load_baseline(self):
456457
"""Load baseline profile from binary file."""
457458
from .binary_reader import BinaryReader

0 commit comments

Comments
 (0)