Skip to content

Commit

Permalink
Update message.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElementalOfDestruction authored Jun 18, 2020
1 parent cb15db8 commit 851327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_msg/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _getStringStream(self, filename, prefix = True):
def close(self):
for attachment in self.attachments:
if attachment.type == 'msg':
attachment.data.closeAll()
attachment.data.close()
olefile.OleFileIO.close(self)

def debug(self):
Expand Down

0 comments on commit 851327e

Please sign in to comment.