X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FPapiExecutor.py;fp=resources%2Flibraries%2Fpython%2FPapiExecutor.py;h=ef04787fa75c342791233e8f58eda6005115d31f;hp=bfa538fc15de7b1d34439408c0abd1ad70e4eacc;hb=545216fdee77b0b9ddc8d5e8c0f2e5662cacea76;hpb=6d941885b7974c992e5376a5c80dbe536ed0fc2f 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(