Skip to content

Commit 2889cc5

Browse files
Fixed extension for metafiles
1 parent a3b353c commit 2889cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract_msg/attachments/custom_att_handler/outlook_image_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def name(self) -> str:
147147
# on the number.
148148
if not (name := self.attachment.name):
149149
name = f'attachment {int(self.attachment.dir[-8:], 16)}'
150-
return name + '.bmp'
150+
return name + '.wmf'
151151

152152
@property
153153
def obj(self) -> bytes:

0 commit comments

Comments
 (0)