mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +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
|
||||
|
||||
|
||||
# pylint: disable=too-many-return-statements
|
||||
def get_from_location(basepath, resource):
|
||||
if resource.kind == 'file':
|
||||
path = os.path.join(basepath, resource.path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user