Re: [dpdk-dev] [PATCH] bug: Use correct arguments in run.py

2017-06-28 Thread Wiles, Keith
> On Jun 28, 2017, at 7:54 AM, McCullough, Harrison > wrote: > > When using run.py it would occasionally ignore the given command line > arguments because the wrong variable was used. Fixed this, along with > minor changes to reflect more idiomatic Python usage. Thanks I will integrate these

[dpdk-dev] [PATCH] bug: Use correct arguments in run.py

2017-06-28 Thread McCullough, Harrison
When using run.py it would occasionally ignore the given command line arguments because the wrong variable was used. Fixed this, along with minor changes to reflect more idiomatic Python usage. Signed-off-by: Harrison McCullough --- tools/run.py | 11 +-- 1 file changed, 5 insertions(+)