mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
framework: pep8 fixes
Fix issues reported by flake8.
This commit is contained in:
committed by
Marc Bonnici
parent
88c5005b38
commit
03eafe6b33
@@ -75,7 +75,7 @@ def get_path_matches(resource, files):
|
||||
for f in files:
|
||||
if resource.match_path(f):
|
||||
matches.append(f)
|
||||
return matches
|
||||
return matches
|
||||
|
||||
|
||||
def get_from_location(basepath, resource):
|
||||
|
Reference in New Issue
Block a user