From: Vratko Polak Date: Fri, 12 Apr 2019 11:22:00 +0000 (+0200) Subject: Fix pylint error in PapiExecutor X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5899ac744eb5f722f53151c98e5acfdbdf678d0c;hp=5899ac744eb5f722f53151c98e5acfdbdf678d0c;p=csit.git Fix pylint error in PapiExecutor + Remove ret_val as it cannot be nonzero outside _execute_papi. + Change indentation to save vertical space. + Return computed values without storing them to variable. + Add TODO to remove duplicated method. + Add missing fields to docstring. + Minor formatting changes. Change-Id: I8e8f41d139de8aff3b76a7fe27ee450e89e8d1de Signed-off-by: Vratko Polak ---