Skip to content

Commit 357708e

Browse files
authored
Add files via upload
1 parent 7a5a88d commit 357708e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyarchivefile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7616,6 +7616,8 @@ def StackedArchiveFileToArray(infile, fmttype="auto", filestart=0, seekstart=0,
76167616
break
76177617
infile = outarray['fp']
76187618
outstartfile = infile.tell()
7619+
if(not returnfp):
7620+
outarray.update({"fp": None})
76197621
outretval.append(outarray)
76207622
return outretval
76217623

0 commit comments

Comments
 (0)