Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Jan 9, 2025
1 parent 96f9128 commit 2c82d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/profiling/collector/_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _release(self, inner_func, *args, **kwargs):
if hasattr(self, "_self_acquired_at"):
# _self_acquired_at is only set when the acquire was captured
# if it's not set, we're not capturing the release
start = self.self_acquired_at
start = self._self_acquired_at

try:
return inner_func(*args, **kwargs)
Expand Down

0 comments on commit 2c82d3d

Please sign in to comment.