mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Update tracer.py
This commit is contained in:
parent
40340583ec
commit
a811d79754
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ class Tracer:
|
|||
|
||||
if candidate_source_line.lstrip().startswith('def'):
|
||||
# Found the def line!
|
||||
# Save line_no and sorce line
|
||||
# Save line_no and source line
|
||||
line_no = candidate_line_no
|
||||
source_line = candidate_source_line
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue