mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
fixing my mistake repairing
This commit is contained in:
parent
754cd81b17
commit
397b6538d5
1 changed files with 2 additions and 2 deletions
|
|
@ -360,8 +360,8 @@ class Tracer:
|
|||
return None
|
||||
elif _frame_candidate.f_code in self.target_codes or _frame_candidate in self.target_frames:
|
||||
break
|
||||
else:
|
||||
return None
|
||||
else:
|
||||
return None
|
||||
|
||||
if event == 'call':
|
||||
thread_global.depth += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue