@@ -3315,7 +3315,7 @@ def ReadInMultipleStackedFileWithContentToArray(infile, fmttype="auto", filestar
33153315 infile = [infile ]
33163316 outretval = {}
33173317 for curfname in infile :
3318- curretfile [curfname ] = ReadInStackedFileWithContentToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend )
3318+ outretval [curfname ] = ReadInStackedFileWithContentToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend )
33193319 return outretval
33203320
33213321def ReadInMultipleStackedFilesWithContentToArray (infile , fmttype = "auto" , filestart = 0 , seekstart = 0 , seekend = 0 , listonly = False , contentasfile = True , uncompress = True , skipchecksum = False , formatspecs = __file_format_multi_dict__ , seektoend = False ):
@@ -3503,7 +3503,7 @@ def ReadInMultipleFileWithContentToList(infile, fmttype="auto", filestart=0, see
35033503 infile = [infile ]
35043504 outretval = {}
35053505 for curfname in infile :
3506- curretfile [curfname ] = ReadInFileWithContentToList (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend )
3506+ outretval [curfname ] = ReadInFileWithContentToList (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend )
35073507 return outretval
35083508
35093509def ReadInMultipleFilesWithContentToList (infile , fmttype = "auto" , filestart = 0 , seekstart = 0 , seekend = 0 , listonly = False , contentasfile = True , uncompress = True , skipchecksum = False , formatspecs = __file_format_multi_dict__ , seektoend = False ):
@@ -7548,7 +7548,7 @@ def MultipleCatFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, see
75487548 infile = [infile ]
75497549 outretval = {}
75507550 for curfname in infile :
7551- curretfile [curfname ] = CatFileToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend , returnfp )
7551+ outretval [curfname ] = CatFileToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend , returnfp )
75527552 return outretval
75537553
75547554def MultipleCatFilesToArray (infile , fmttype = "auto" , filestart = 0 , seekstart = 0 , seekend = 0 , listonly = False , contentasfile = True , uncompress = True , skipchecksum = False , formatspecs = __file_format_multi_dict__ , seektoend = False , returnfp = False ):
@@ -7575,7 +7575,7 @@ def MultipleStackedCatFileToArray(infile, fmttype="auto", filestart=0, seekstart
75757575 infile = [infile ]
75767576 outretval = {}
75777577 for curfname in infile :
7578- curretfile [curfname ] = StackedCatFileToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend , returnfp )
7578+ outretval [curfname ] = StackedCatFileToArray (curfname , fmttype , filestart , seekstart , seekend , listonly , contentasfile , uncompress , skipchecksum , formatspecs , seektoend , returnfp )
75797579 return outretval
75807580
75817581def MultipleStackedCatFilesToArray (infile , fmttype = "auto" , filestart = 0 , seekstart = 0 , seekend = 0 , listonly = False , contentasfile = True , uncompress = True , skipchecksum = False , formatspecs = __file_format_multi_dict__ , seektoend = False , returnfp = False ):
0 commit comments