Skip to content

Commit 2488992

Browse files
committed
Small update
1 parent 2d005af commit 2488992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile/pyfoxfile.py

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

0 commit comments

Comments
 (0)