mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
PyDev: Remove wrong else clause.
GitOrigin-RevId: 18e14b62ed35c687a5f65d308677d0cf6c1b0d87
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e5f46e2bcf
commit
87108bdc93
@@ -719,7 +719,6 @@ class _NewThreadStartupWithTrace:
|
||||
if not getattr(t, 'is_pydev_daemon_thread', False):
|
||||
thread_id = get_thread_id(t)
|
||||
global_debugger.notify_thread_created(thread_id, t)
|
||||
else:
|
||||
_on_set_trace_for_new_thread(global_debugger)
|
||||
|
||||
if global_debugger.thread_analyser is not None:
|
||||
|
||||
Reference in New Issue
Block a user