mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:49:47 +01:00
Revert "riotctrl_ctrl: one more indirection to get native"
This reverts commit 5e0c9b4bff
.
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):
|
||||
super().start_term(*args, **kwargs)
|
||||
for child in psutil.Process(pid=self._term_pid()).children():
|
||||
for grandchild in child.children():
|
||||
if self._set_debug_adapter_id(grandchild):
|
||||
break
|
||||
if self._set_debug_adapter_id(child):
|
||||
break
|
||||
|
@ -1,3 +1,2 @@
|
||||
psutil
|
||||
pyserial
|
||||
riotctrl
|
||||
|
Loading…
Reference in New Issue
Block a user