Skip to content

Commit a78f1dc

Browse files
committed
Small update
1 parent 18b9447 commit a78f1dc

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
@@ -7920,7 +7920,7 @@ def PackCatFileFromInFile(infile, outfile, fmttype="auto", compression="auto", c
79207920
return False
79217921
return False
79227922

7923-
def CatFileArrayValidate(infile, verbose=False):
7923+
def CatFileArrayValidate(infile, fmttype="auto", filestart=0, formatspecs=__file_format_multi_dict__, saltkey=None, seektoend=False, verbose=False, returnfp=False):
79247924
# ---------- Input handling ----------
79257925
if isinstance(infile, dict):
79267926
listarrayfileslist = [infile]

0 commit comments

Comments
 (0)