Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 17, 2023
1 parent 3df52ec commit 274fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydevd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ def _exec(self, is_module, entry_point_fn, module_name, file, globals, locals):
'''
This function should have frames tracked by unhandled exceptions (the `_exec` name is important).
'''
t = threading.current_thread(). # Keep in 't' local variable to be accessed afterwards from frame.f_locals.
t = threading.current_thread() # Keep in 't' local variable to be accessed afterwards from frame.f_locals.
if not is_module:
globals = pydevd_runpy.run_path(file, globals, '__main__')
else:
Expand Down

0 comments on commit 274fd81

Please sign in to comment.