@@ -5865,6 +5865,8 @@ def AppendFilesWithContentFromInFile(infile, fp, listtype="dir", extradata=[], j
58655865 GetDirList = AppendFilesWithContentFromRarFileToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58665866 elif (listtype .lower ()== "7zip" ):
58675867 GetDirList = AppendFilesWithContentFromSevenZipFileToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
5868+ elif (listtype .lower ()== "infile" ):
5869+ GetDirList = AppendReadInFileWithContentToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58685870 else :
58695871 GetDirList = AppendFilesWithContentToList (infile , extradata , jsondata , False , compression , compresswholefile , compressionlevel , compressionuselist , [checksumtype [2 ], checksumtype [3 ], checksumtype [3 ]], formatspecs , saltkey , verbose )
58705872 numfiles = int (len (GetDirList ))
0 commit comments