1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-04 19:11:53 +01: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

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: