Skip to content

Commit

Permalink
Merge pull request #6 from intergral/app_frame
Browse files Browse the repository at this point in the history
fix(app frame): fix false positives on app frames
  • Loading branch information
Umaaz authored Nov 1, 2023
2 parents b73aee2 + 1d0a259 commit 43ee87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deep/processor/frame_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def is_app_frame(self, filename):
if filename.starstwith(path):
return True

return True
return False

def process_frame_variables_breadth_first(self, f_locals):
"""
Expand Down

0 comments on commit 43ee87e

Please sign in to comment.