mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
Revert "riotctrl_ctrl: one more indirection to get native"
This reverts commit 5e0c9b4bff88835190f6bb82f11e852fb8976e6e.
This commit is contained in:
parent
7658e01223
commit
d0093cf9cc
5
dist/pythonlibs/riotctrl_ctrl/native.py
vendored
5
dist/pythonlibs/riotctrl_ctrl/native.py
vendored
@ -27,6 +27,5 @@ class NativeRIOTCtrl(riotctrl.ctrl.RIOTCtrl):
|
|||||||
def start_term(self, *args, **kwargs):
|
def start_term(self, *args, **kwargs):
|
||||||
super().start_term(*args, **kwargs)
|
super().start_term(*args, **kwargs)
|
||||||
for child in psutil.Process(pid=self._term_pid()).children():
|
for child in psutil.Process(pid=self._term_pid()).children():
|
||||||
for grandchild in child.children():
|
if self._set_debug_adapter_id(child):
|
||||||
if self._set_debug_adapter_id(grandchild):
|
break
|
||||||
break
|
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
psutil
|
psutil
|
||||||
pyserial
|
|
||||||
riotctrl
|
riotctrl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user