You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on an integration that used the extract-msg package, which had previously been working fine, it suddenly started failing with the following error message:
BUG
The latest release is causing the following error:
venv/lib/python3.9/site-packages/extract_msg/msg_classes/calendar_base.py:15: in
from .message_base import MessageBase
E File "/opt/atlassian/pipelines/agent/build/venv/lib/python3.9/site-packages/extract_msg/msg_classes/message_base.py", line 1216
E formatter = (lambda name, value: f'{name}: {inputToString(htmlSanitize(value), self.stringEncoding).encode('ascii', 'xmlcharrefreplace').decode()}')
E ^
E SyntaxError: f-string: unmatched '('
Upon further investigation, I found that the issue began with the latest release, version 0.50.0.