Hi James,
On 9/15/20 12:36 PM, James Prestwood wrote:
This is just a more concise/pythonic way of doing function
arguments.
Since Process/start_process have basically the same argument names
we can simplify and use **kwargs which will pass the named arguments
directly to Process(). This also allows us to add arguments to Process
without touching start_process if we need.
---
tools/test-runner | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Regards,
-Denis