1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

pylint fixes

This commit is contained in:
Sebastian Goscik 2016-01-22 09:39:29 +00:00
parent 6a388ffc71
commit 798a7befb8
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# pylint: disable=attribute-defined-outside-init
import os
from time import sleep

View File

@ -125,7 +125,7 @@ class ApplaunchWorkload(Workload):
def run(self, context):
self.device.execute('sh {}'.format(self.device_script_file), timeout=300, as_root=self.io_stress)
def update_result(self, context):
def update_result(self, context): # pylint: disable=too-many-locals
result_files = ['time.result']
result_files += ['{}.result'.format(sensor.label) for sensor in self.sensors]
metric_suffix = ''