Skip to content

Commit e371028

Browse files
authored
Add files via upload
1 parent 015622a commit e371028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyfoxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7628,6 +7628,8 @@ def StackedFoxFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seek
76287628
if(not returnfp):
76297629
outarray.update({"fp": None})
76307630
outretval.append(outarray)
7631+
if(not returnfp):
7632+
infile.close()
76317633
return outretval
76327634

76337635

0 commit comments

Comments
 (0)