Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmeySaini committed Aug 7, 2020
1 parent 5b2d4e2 commit 9f06dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __dwnldDrivers/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def dwnld_tar_file(url, save_path):
def setup_Chrome(version):
mjVer = get_major_version(version)
if mjVer != None:
print('Chrome verion - ' + str(mjVer))
print('Installed version - ' + str(mjVer))
chromeDv = get_chrome_driver_v(mjVer)
print('Chrome Driver Version Needed -', chromeDv)
dwnldLink = get_chrome_driver_dwnld_url(chromeDv)
Expand Down

0 comments on commit 9f06dba

Please sign in to comment.