mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-20 15:26:00 +01:00
Skeleton job execution
This commit is contained in:
setup.py
wa
__init__.py
framework
instrumentation
utils
@ -286,7 +286,7 @@ class ResourceResolver(object):
|
||||
"""
|
||||
|
||||
def __init__(self, config):
|
||||
self.logger = logging.getLogger(self.__class__.__name__)
|
||||
self.logger = logging.getLogger('resolver')
|
||||
self.getters = defaultdict(prioritylist)
|
||||
self.config = config
|
||||
|
||||
|
Reference in New Issue
Block a user