Skip to content

Commit 1c527e0

Browse files
committed
Small update
1 parent c45de26 commit 1c527e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyarchivefile/pyarchivefile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10049,6 +10049,7 @@ def BSDTarFileListFiles(infile, formatspecs=__file_format_multi_dict__, verbose=
1004910049
elif(hasattr(member, "read")):
1005010050
fcontents.write(member.read())
1005110051
fsize = fcontents.tell()
10052+
fcontents.close()
1005210053
else:
1005310054
fsize = member.size
1005410055
if(not verbose):

0 commit comments

Comments
 (0)