Skip to content

Commit 9304fad

Browse files
committed
Small update
1 parent 758eb5b commit 9304fad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyfoxfile/pyfoxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10054,6 +10054,7 @@ def BSDTarFileListFiles(infile, formatspecs=__file_format_multi_dict__, verbose=
1005410054
elif(hasattr(member, "read")):
1005510055
fcontents.write(member.read())
1005610056
fsize = fcontents.tell()
10057+
fcontents.close()
1005710058
else:
1005810059
fsize = member.size
1005910060
if(not verbose):

0 commit comments

Comments
 (0)