Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Apr 29, 2024
1 parent ea9a89f commit 2fd246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7760,7 +7760,7 @@ def InFileListFiles(infile, verbose=False, formatspecs=__file_format_list__, ret
elif(checkcompressfile=="zipfile"):
return ZipFileListFiles(infile, verbose, returnfp);
elif(checkcompressfile=="catfile"):
return ArchiveFileListFilesAlt(infile, 0, 0, False, formatspecs, verbose, returnfp):
return ArchiveFileListFilesAlt(infile, 0, 0, False, formatspecs, verbose, returnfp);
elif(rarfile_support and checkcompressfile=="rarfile"):
return RarFileListFiles(infile, verbose, returnfp);
elif(py7zr_support and checkcompressfile=="7zipfile"):
Expand Down

0 comments on commit 2fd246f

Please sign in to comment.