1
0
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:
Marc Bonnici 2020-05-18 16:58:20 +01:00 committed by setrofim
parent 6ff5abdffe
commit 0f47002e4e

View File

@ -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.
"""),