Skip to content

Commit d78da78

Browse files
authored
Add files via upload
1 parent b3cdd5d commit d78da78

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
@@ -7629,6 +7629,8 @@ def StackedCatFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seek
76297629
if(not returnfp):
76307630
outarray.update({"fp": None})
76317631
outretval.append(outarray)
7632+
if(not returnfp):
7633+
infile.close()
76327634
return outretval
76337635

76347636

0 commit comments

Comments
 (0)