mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo.
This commit is contained in:
parent
5f619ae40a
commit
310450cfa7
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user