[fix] driver format in url generation

Salvatore Giammanco 2019-03-01 09:53:46 +01:00
parent 510c4e644d
commit 3cef33cfdb
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def assemble_driver_uri(
platform = "{}64".format(s_platform)
else:
platform = "{}64".format(s_platform)
if "win" in platform:
if "win" in PLATFORM_MAP[platform]:
ext = "zip"
else:
ext = "tar.gz"