1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

target: Note return value in Target::invoke docstring

This commit is contained in:
Brendan Jackman 2016-11-15 16:58:57 +00:00
parent 290af6619d
commit 27f545f3f6

View File

@ -288,6 +288,7 @@ class Target(object):
a ``TimeoutError`` exception will be raised. Set to ``None`` if the a ``TimeoutError`` exception will be raised. Set to ``None`` if the
invocation should not timeout. invocation should not timeout.
:returns: output of command.
""" """
command = binary command = binary
if args: if args: