[fix] driver format in url generation

master
Salvatore Giammanco 2019-03-01 09:53:46 +01:00 committed by blallo
parent f3202b17ea
commit a2efa60085
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
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"