[dts] [PATCH V1] framework/dts:delete redundant log info

Tu, Lijuan lijuan.tu at intel.com
Mon Feb 10 09:54:22 CET 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Haiyang Zhao
> Sent: Wednesday, January 22, 2020 1:47 PM
> To: dts at dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao at intel.com>
> Subject: [dts] [PATCH V1] framework/dts:delete redundant log info
> 
> Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
> ---
>  framework/dts.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/framework/dts.py b/framework/dts.py index afe44b4..a637209
> 100644
> --- a/framework/dts.py
> +++ b/framework/dts.py
> @@ -83,7 +83,6 @@ def dts_parse_param(config, section):
>      try:
>          shared_lib_parameters = config.get(section, 'shared_lib_param')
>      except Exception as e:
> -        log_handler.info("{}".format(e))
>          shared_lib_parameters = ''
>      shared_lib_parameters = shared_lib_parameters.split(':')
> 
> --
> 1.8.3.1



More information about the dts mailing list