Skip to content

Commit b3cdd5d

Browse files
authored
Add files via upload
1 parent 04e42dd commit b3cdd5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pycatfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7626,6 +7626,8 @@ def StackedCatFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seek
76267626
break
76277627
infile = outarray['fp']
76287628
outstartfile = infile.tell()
7629+
if(not returnfp):
7630+
outarray.update({"fp": None})
76297631
outretval.append(outarray)
76307632
return outretval
76317633

0 commit comments

Comments
 (0)