Re: [PATCH] cmdline-gen: fix error when command list has empty lines

2023-11-20 Thread Thomas Monjalon
17/11/2023 12:22, Bruce Richardson: > On Thu, Nov 16, 2023 at 12:18:13PM +0100, Robin Jarry wrote: > > Fix the following error when a command list file contains empty lines: > > > > Traceback (most recent call last): > > File "buildtools/dpdk-cmdline-gen.py", line 202, in > > main() > > F

Re: [PATCH] cmdline-gen: fix error when command list has empty lines

2023-11-17 Thread Bruce Richardson
On Thu, Nov 16, 2023 at 12:18:13PM +0100, Robin Jarry wrote: > Fix the following error when a command list file contains empty lines: > > Traceback (most recent call last): > File "buildtools/dpdk-cmdline-gen.py", line 202, in > main() > File "buildtools/dpdk-cmdline-gen.py", line 184, in