Skip to content

Commit

Permalink
ctrl: fix return of flash
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri authored and MrKevinWeiss committed Jul 23, 2024
1 parent 93e62b5 commit d6f1394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotctrl/ctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def flash(self, *runargs, stdout=DEVNULL, stderr=DEVNULL, **runkwargs):
:param *runkwargs: kwargs passed to subprocess.run
:return: subprocess.CompletedProcess object
"""
self.make_run(
return self.make_run(
self.FLASH_TARGETS, *runargs, stdout=stdout, stderr=stderr, **runkwargs
)

Expand Down

0 comments on commit d6f1394

Please sign in to comment.