Skip to content

Commit 132df3a

Browse files
author
Kazuki Suzuki Przyborowski
authored
Add files via upload
1 parent ea65759 commit 132df3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4585,7 +4585,7 @@ def ArchiveFileToArray(infile, seekstart=0, seekend=0, listonly=False, skipcheck
45854585
if(rarfile_support and checkcompressfile=="rarfile"):
45864586
return RarFileToArray(infile, seekstart, seekend, listonly, skipchecksum, formatspecs, returnfp);
45874587
if(py7zr_support and checkcompressfile=="7zipfile"):
4588-
return SevenZipFileToArray(infile, , seekstart, seekend, listonly, skipchecksum, formatspecs, returnfp);
4588+
return SevenZipFileToArray(infile, seekstart, seekend, listonly, skipchecksum, formatspecs, returnfp);
45894589
if(checkcompressfile!="catfile" and checkcompressfile!=formatspecs[2]):
45904590
return False;
45914591
compresscheck = CheckCompressionType(infile, formatspecs, True);

0 commit comments

Comments
 (0)