We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134264d commit 3e4abd9Copy full SHA for 3e4abd9
2 files changed
tools/jpaktool.pyc
2.88 KB
tools/unpacker.py
@@ -21,7 +21,7 @@
21
mkdir(os.path.splitext(os.path.basename(packfile))[0] + "/")
22
volume = open(packfile, "rb")
23
filetable = GetFileTable(volume)
24
- ProcessFolder(filetable, volume, root)
+ ProcessFolder(filetable, volume, "")
25
volume.close()
26
else:
27
print '''This python script will take a jpak as argument, and generates a folder with same name of the file, with contents extracted.
0 commit comments