Fix typo.

This commit is contained in:
Dave Page 2020-07-22 10:11:04 +01:00
parent 5f619ae40a
commit 310450cfa7

View File

@ -144,7 +144,8 @@ def check_and_download_vnc_browser_image(browser_name, browser_version):
except Exception: except Exception:
traceback.print_exc(file=sys.stderr) traceback.print_exc(file=sys.stderr)
print( print(
'{0}} Image found but could not download.'.format(command)) '{0} Image found but could not be downloaded.'.
format(command))
sys.exit(1) sys.exit(1)
break break
elif idx == len(version_tag): elif idx == len(version_tag):