@@ -5859,6 +5859,8 @@ def AppendFilesWithContentFromInFile(infile, fp, listtype="dir", extradata=[], j
58595859 GetDirList = AppendFilesWithContentFromRarFileToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58605860 elif (listtype .lower ()== "7zip" ):
58615861 GetDirList = AppendFilesWithContentFromSevenZipFileToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
5862+ elif (listtype .lower ()== "infile" ):
5863+ GetDirList = AppendReadInFileWithContentToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58625864 else :
58635865 GetDirList = AppendFilesWithContentToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58645866 numfiles = int (len (GetDirList ))
0 commit comments