mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
fw/getters: Use the assets_repository
as the default for the filer
This commit is contained in:
parent
6ff5abdffe
commit
0f47002e4e
@ -328,7 +328,8 @@ class Filer(ResourceGetter):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('remote_path', global_alias='remote_assets_path', default='',
|
Parameter('remote_path', global_alias='remote_assets_path',
|
||||||
|
default=settings.assets_repository,
|
||||||
description="""
|
description="""
|
||||||
Path, on the local system, where the assets are located.
|
Path, on the local system, where the assets are located.
|
||||||
"""),
|
"""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user