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:
Nicolas Dufresne 2020-04-13 15:38:05 -04:00
parent 4bc9f73650
commit 856944c960

View file

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