Skip to content

Commit 25bb963

Browse files
committed
Small update
1 parent 3464e44 commit 25bb963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyneofile/pyneofile.py

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

98169816

9817-
def InFileListFile(infile, verbose=False, formatspecs=__file_format_multi_dict__, seektoend=False, newstyle=False, returnfp=False):
9818-
return InFileListFiles(infile, verbose, formatspecs, seektoend, newstyle, returnfp)
9817+
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):
9818+
return InFileListFiles(infile, fmttype, filestart, seekstart, seekend, skipchecksum, formatspecs, saltkey, seektoend, verbose, newstyle, returnfp)

0 commit comments

Comments
 (0)