Skip to content

Commit fb313d4

Browse files
committed
Small update
1 parent 3305e42 commit fb313d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyneofile/pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9715,7 +9715,7 @@ def UnPackNeoFile(infile, outdir=None, followlink=False, filestart=0, seekstart=
97159715
else:
97169716
if(infile != "-" and not hasattr(infile, "read") and not hasattr(infile, "write") and not isinstance(infile, bytes)):
97179717
infile = RemoveWindowsPath(infile)
9718-
listarrayfilespre = ArchiveFileToArray(infile, "auto", filestart, seekstart, seekend, False, True, True, skipchecksum, formatspecs, saltkey, seektoend, returnfp)
9718+
listarrayfilespre = NeoFileToArray(infile, "auto", filestart, seekstart, seekend, False, True, True, skipchecksum, formatspecs, saltkey, seektoend, returnfp)
97199719
if(not listarrayfilespre):
97209720
return False
97219721
if(not isinstance(listarrayfilespre, list)):

0 commit comments

Comments
 (0)