Skip to content

Commit 68ea12a

Browse files
committed
Small update
1 parent bb7afb2 commit 68ea12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile/pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9721,7 +9721,7 @@ def UnPackCatFile(infile, outdir=None, followlink=False, filestart=0, seekstart=
97219721
else:
97229722
if(infile != "-" and not hasattr(infile, "read") and not hasattr(infile, "write") and not isinstance(infile, bytes)):
97239723
infile = RemoveWindowsPath(infile)
9724-
listarrayfilespre = ArchiveFileToArray(infile, "auto", filestart, seekstart, seekend, False, True, True, skipchecksum, formatspecs, saltkey, seektoend, returnfp)
9724+
listarrayfilespre = CatFileToArray(infile, "auto", filestart, seekstart, seekend, False, True, True, skipchecksum, formatspecs, saltkey, seektoend, returnfp)
97259725
if(not listarrayfilespre):
97269726
return False
97279727
if(not isinstance(listarrayfilespre, list)):

0 commit comments

Comments
 (0)