質問編集履歴
1
コードミス変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
エラー BadZipFile: Bad CRC-
|
1
|
+
エラー BadZipFile: Bad CRC-32ko
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
for i in files:
|
32
32
|
if(re.search(p3,i)!=None):
|
33
33
|
with zipfile.ZipFile(curDir+"\"+i,'r') as inputFile:
|
34
|
-
inputFile.
|
34
|
+
inputFile.extractall(dest+val.group()):
|
35
35
|
|
36
36
|
uz=Unzipper()
|
37
37
|
uz.unzipAll()
|