1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

fw/getters: Pylint fix

This commit is contained in:
Marc Bonnici 2020-01-14 13:17:26 +00:00
parent 39a294ddbe
commit d3adfa1af9

View File

@ -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)