[fix] driver format in url generation
This commit is contained in:
parent
f3202b17ea
commit
a2efa60085
2
setup.py
2
setup.py
|
@ -134,7 +134,7 @@ def assemble_driver_uri(
|
||||||
platform = "{}64".format(s_platform)
|
platform = "{}64".format(s_platform)
|
||||||
else:
|
else:
|
||||||
platform = "{}64".format(s_platform)
|
platform = "{}64".format(s_platform)
|
||||||
if "win" in platform:
|
if "win" in PLATFORM_MAP[platform]:
|
||||||
ext = "zip"
|
ext = "zip"
|
||||||
else:
|
else:
|
||||||
ext = "tar.gz"
|
ext = "tar.gz"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user