Skip to content

Commit 7d1344c

Browse files
committed
Small update
1 parent b8c1bb7 commit 7d1344c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile/pyfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7995,7 +7995,7 @@ def FoxFileArrayValidate(listarrayfiles, verbose=False):
79957995
infile = RemoveWindowsPath(infile)
79967996
listarrayfileslist = ArchiveFileToArray(
79977997
infile, fmttype, filestart, 0, 0,
7998-
False, False, True, True, formatspecs, saltkey, seektoend, returnfp
7998+
False, True, False, True, formatspecs, saltkey, seektoend, returnfp
79997999
)
80008000
for listarrayfiles in listarrayfileslist:
80018001
fp = listarrayfiles['fp']

0 commit comments

Comments
 (0)