Skip to content

Commit fe7fa80

Browse files
committed
Small update
1 parent 8751435 commit fe7fa80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyneofile/pyneofile.py

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

0 commit comments

Comments
 (0)