From 545216fdee77b0b9ddc8d5e8c0f2e5662cacea76 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 15 Aug 2019 06:36:36 +0000 Subject: Reduce disabled pylint to address them not hide + Fixed Qemu - Broad Exception should be addressed - Policer is about to be refactored - Drop search to be refactored Signed-off-by: Peter Mikus Change-Id: I97eb992497ff6334057bf82a0f413387706e17fd --- resources/libraries/python/PapiExecutor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/PapiExecutor.py') diff --git a/resources/libraries/python/PapiExecutor.py b/resources/libraries/python/PapiExecutor.py index bfa538fc15..ef04787fa7 100644 --- a/resources/libraries/python/PapiExecutor.py +++ b/resources/libraries/python/PapiExecutor.py @@ -706,7 +706,7 @@ class PapiExecutor(object): "\n{apis}".format(host=self._node["host"], apis=api_data)) raise - except Exception as exc: # pylint: disable=broad-except + except Exception as exc: raise_from(RuntimeError( "PAPI command(s) execution on host {host} " "failed: {apis}".format( -- cgit 1.2.3-korg