Skip to content

Commit af49948

Browse files
committed
Small update
1 parent 4abe754 commit af49948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyneofile/pyfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7989,7 +7989,7 @@ def NeoFileValidate(infile, fmttype="auto", filestart=0, formatspecs=__file_form
79897989
infile = RemoveWindowsPath(infile)
79907990
listarrayfileslist = ArchiveFileToArray(
79917991
infile, fmttype, filestart, 0, 0,
7992-
False, False, True, True, formatspecs, saltkey, seektoend, returnfp
7992+
False, True, False, True, formatspecs, saltkey, seektoend, returnfp
79937993
)
79947994
for listarrayfiles in listarrayfileslist:
79957995
fp = listarrayfiles['fp']

0 commit comments

Comments
 (0)