mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-15 12:56:16 +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 = [
|
||||
Parameter('remote_path', global_alias='remote_assets_path', default='',
|
||||
Parameter('remote_path', global_alias='remote_assets_path',
|
||||
default=settings.assets_repository,
|
||||
description="""
|
||||
Path, on the local system, where the assets are located.
|
||||
"""),
|
||||
|
Reference in New Issue
Block a user