Skip to content

Commit 66a50b6

Browse files
committed
Small update
1 parent 10fb2dc commit 66a50b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile/pyfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7995,7 +7995,7 @@ def CatFileValidate(infile, fmttype="auto", filestart=0, formatspecs=__file_form
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)