Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/ci/testrun/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ def sendCommand(self, cmd, *argc, **argv):

if self.method != "minicom":
time.sleep(0.5)
return ret

return ret

def switch_to_original_core(self):
if self.target == "target":
Expand Down
3 changes: 1 addition & 2 deletions tools/pynuttx/nxgdb/net.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ def check_iob(self):
result = max(result, NetCheckResult.FAILED)
message.append("[FAILED] Failed to check IOB: %s" % e)

finally:
return result, message
return result, message

def invoke(self, args, from_tty):
if utils.get_symbol_value("CONFIG_MM_IOB"):
Expand Down
Loading