In order to get your bug addressed in a timely manner, or at all 😃, please fill out the below bug report. Please try to make it as easy as possible for us to understand what is going on. We may close out any bugs or issues without warning that are not complete or coherent.
In the bug template below anything is [square brackets] should be filled out or removed if the item doesn't apply.
Should you encounter an error that has not already been reported, please do the following when reporting it:
Bug Metadata
-
- Your python version: Python 3.6.7
- How did you launch extract_msg?
Describe the bug
There are tabs present in messages.py
Line 607 has the wrong variable in the parameters. Should be customPath, not custom.
[ If applicable ]
**What code did you use or can we use to reproduce this error?
def save_attachments(self, contentId=False, json=False, useFileName=False, raw=False, customPath=None):
"""
Saves only attachments in the same folder.
"""
for attachment in self.attachments:
attachment.save(contentId, json, useFileName, raw, custom)
Is there a message.msg file you want to share to help us reproduce this?
Traceback
Screenshots
N/A
Additional context
N/A
In order to get your bug addressed in a timely manner, or at all 😃, please fill out the below bug report. Please try to make it as easy as possible for us to understand what is going on. We may close out any bugs or issues without warning that are not complete or coherent.
In the bug template below anything is [square brackets] should be filled out or removed if the item doesn't apply.
Should you encounter an error that has not already been reported, please do the following when reporting it:
Bug Metadata
Describe the bug
There are tabs present in messages.py
Line 607 has the wrong variable in the parameters. Should be customPath, not custom.
[ If applicable ]
**What code did you use or can we use to reproduce this error?
Is there a message.msg file you want to share to help us reproduce this?
Traceback
Screenshots
N/A
Additional context
N/A