Skip to content

Commit 015622a

Browse files
authored
Add files via upload
1 parent 2e1b244 commit 015622a

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
@@ -7625,6 +7625,8 @@ def StackedFoxFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seek
76257625
break
76267626
infile = outarray['fp']
76277627
outstartfile = infile.tell()
7628+
if(not returnfp):
7629+
outarray.update({"fp": None})
76287630
outretval.append(outarray)
76297631
return outretval
76307632

0 commit comments

Comments
 (0)