From 310450cfa7d5e605108f6343b7821ac384d97d9d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 22 Jul 2020 10:11:04 +0100 Subject: [PATCH] Fix typo. --- tools/update_selenoid_browsers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/update_selenoid_browsers.py b/tools/update_selenoid_browsers.py index 02cfd99fd..6b7e84469 100644 --- a/tools/update_selenoid_browsers.py +++ b/tools/update_selenoid_browsers.py @@ -144,7 +144,8 @@ def check_and_download_vnc_browser_image(browser_name, browser_version): except Exception: traceback.print_exc(file=sys.stderr) print( - '{0}} Image found but could not download.'.format(command)) + '{0} Image found but could not be downloaded.'. + format(command)) sys.exit(1) break elif idx == len(version_tag):