Re: [dpdk-dev] [PATCH v2] dpdk-telemetry-client: fix some pylint warnings

2020-11-15 Thread Thomas Monjalon
04/11/2020 08:00, Stephen Hemminger: > Convert comments to docstrings as appropriate. Why inserting some spaces inside the docstrings? > Remove unnecessary paren in if statement. > Remove extra whitespace after print. > Remove extra semicolon; this is not C. > > Signed-off-by: Stephen Hemminger

[dpdk-dev] [PATCH v2] dpdk-telemetry-client: fix some pylint warnings

2020-11-03 Thread Stephen Hemminger
Convert comments to docstrings as appropriate. Remove unnecessary paren in if statement. Remove extra whitespace after print. Remove extra semicolon; this is not C. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- v2 - fix a few more warnings. split this patch from the bundle