mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
validate-launcher: Fix syntax error
This error prevents downloading assets from scratch. This regression was
introduced by MR !145 / commit 2581fef684
This commit is contained in:
parent
4bc9f73650
commit
856944c960
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ DEFAULT_GST_QA_ASSETS_REPO = "https://gitlab.freedesktop.org/gstreamer/gst-integ
|
|||
|
||||
def download_assets(options):
|
||||
try:
|
||||
printc("About to download assets from %s to %s" % options.remote_assets_url,
|
||||
options.clone_dir)
|
||||
printc("About to download assets from %s to %s" % (options.remote_assets_url,
|
||||
options.clone_dir))
|
||||
launch_command("%s %s %s" % (options.get_assets_command,
|
||||
options.remote_assets_url,
|
||||
options.clone_dir),
|
||||
|
|
Loading…
Reference in a new issue