Replace os.system('unzip file.zip')
-> ZipFile.extractall()
#4919
Merged
glenn-jocher merged 2 commits intomasterfrom update/unzipSep 25, 2021
+16-12
os.system('unzip file.zip')
-> ZipFile.extractall()
#4919