commit | 7b376e7b5678154d7f9873d5e518c17e3f548f3f | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Oct 11 18:12:05 2017 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Oct 17 11:46:06 2017 +1030 |
tree | e98e8b820d52710820c95aeae3153852faf43b0e | |
parent | e4dcaef2605c87302d5826fc8d34a25ca8613c43 [diff] |
pytools: obmcutil: Introduce run_all_commands() This implements the partner for-loop to the run_one_command() function, moving the implementation out of main(). Again this is to elevate the main() implementation to a higher level of abstraction and reduce cyclomatic complexity. Change-Id: I0abe5ee026750efd10dafb6f113359f035ba5bd8 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>