mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
fw/getters: Use the assets_repository
as the default for the filer
This commit is contained in:
@@ -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.
|
||||||
"""),
|
"""),
|
||||||
|
Reference in New Issue
Block a user