diff --git a/extract_msg/message.py b/extract_msg/message.py index f524f1c0..1a3ef114 100644 --- a/extract_msg/message.py +++ b/extract_msg/message.py @@ -109,7 +109,7 @@ def _ensureSet(self, variable, streamID, stingstream = True): setattr(self, variable, value) return value - def _genRecipient(self, recipientType, recipientInt): + def _genRecipient(self, recipientType, recipientInt): """ Returns the specified recipient field """ @@ -138,7 +138,7 @@ def _genRecipient(self, recipientType, recipientInt): self._cc = st else: setattr(self, private, None) - return return getattr(self, private) + return getattr(self, private) def _getStream(self, filename, prefix=True): filename = self.fix_path(filename, prefix)