mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 12:58:36 +00:00
framework/agenda: Calm pylint
This commit is contained in:
parent
5a373e6c7b
commit
6f59f8eb1b
@ -44,6 +44,7 @@ class AgendaEntry(object):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
name = self.__class__.__name__.split('.')[-1]
|
name = self.__class__.__name__.split('.')[-1]
|
||||||
if hasattr(self, 'id'):
|
if hasattr(self, 'id'):
|
||||||
|
# pylint: disable=no-member
|
||||||
return '{}({})'.format(name, self.id)
|
return '{}({})'.format(name, self.id)
|
||||||
else:
|
else:
|
||||||
return name
|
return name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user