Skip to content

Commit 3c83148

Browse files
author
Timo Djuerken
committed
Fixed setup script for newer windows versions
1 parent 2fd0b17 commit 3c83148

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def download_library():
3636
import zipfile
3737

3838
archive = zipfile.ZipFile(file_name, 'r')
39-
archive.extractall(SQLPARSER_DIR)
39+
archive.extractall('.')
40+
os.rename('./v026', SQLPARSER_DIR)
4041
else:
4142
import tarfile
4243

0 commit comments

Comments
 (0)