1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-23 12:21:54 +01:00
Files
devlib/devlib/utils
Jonathan Paynter 1d1ba7811d utils/misc: separate check_output functionality
The custom check_output function consisted of two main parts: fetching
the subprocess required for the command, and checking its output.

It is convenient to provide functions that implement these parts
distinctly, so that the output of any subprocess can be checked easily
and the creation of a typical Popen object wrapped inside
get_subprocess.
2020-11-03 10:01:43 +00:00
..
2018-07-13 16:05:49 +01:00
2018-07-04 16:01:47 +01:00
2018-07-13 16:05:49 +01:00
2018-07-13 16:05:49 +01:00
2018-07-13 16:05:49 +01:00
2018-07-13 16:05:49 +01:00
2020-05-13 16:42:58 +01:00