Skip to content

Commit bad4381

Browse files
committed
Small update
1 parent 38890f4 commit bad4381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyfoxfile/pyfoxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9821,5 +9821,5 @@ def InFileListFiles(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0,
98219821
return False
98229822

98239823

9824-
def InFileListFile(infile, verbose=False, formatspecs=__file_format_multi_dict__, seektoend=False, newstyle=False, returnfp=False):
9825-
return InFileListFiles(infile, verbose, formatspecs, seektoend, newstyle, returnfp)
9824+
def InFileListFile(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0, skipchecksum=False, formatspecs=__file_format_multi_dict__, saltkey=None, seektoend=False, verbose=False, newstyle=False, returnfp=False):
9825+
return InFileListFiles(infile, fmttype, filestart, seekstart, seekend, skipchecksum, formatspecs, saltkey, seektoend, verbose, newstyle, returnfp)

0 commit comments

Comments
 (0)