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

Merge pull request #71 from bjackman/master

target: Note return value in Target::invoke docstring
This commit is contained in:
setrofim 2016-11-28 11:31:58 +00:00 committed by GitHub
commit 7949b93114

View File

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