mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
framework/getters: Fix missing return in Filer Getter
This commit is contained in:
parent
58131c1a6d
commit
bd9189f26a
@ -363,3 +363,4 @@ class Filer(ResourceGetter):
|
|||||||
local_full_path = os.path.join(_d(local_path), os.path.basename(result))
|
local_full_path = os.path.join(_d(local_path), os.path.basename(result))
|
||||||
self.logger.debug('cp {} {}'.format(result, local_full_path))
|
self.logger.debug('cp {} {}'.format(result, local_full_path))
|
||||||
shutil.copy(result, local_full_path)
|
shutil.copy(result, local_full_path)
|
||||||
|
return result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user