Skip to content

Commit

Permalink
Update message.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElementalOfDestruction authored May 2, 2020
1 parent fcfc124 commit 4f17431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extract_msg/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4f17431

Please sign in to comment.