mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
fw/getters: Pylint fix
This commit is contained in:
parent
39a294ddbe
commit
d3adfa1af9
@ -78,6 +78,7 @@ def get_path_matches(resource, files):
|
|||||||
return matches
|
return matches
|
||||||
|
|
||||||
|
|
||||||
|
# pylint: disable=too-many-return-statements
|
||||||
def get_from_location(basepath, resource):
|
def get_from_location(basepath, resource):
|
||||||
if resource.kind == 'file':
|
if resource.kind == 'file':
|
||||||
path = os.path.join(basepath, resource.path)
|
path = os.path.join(basepath, resource.path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user