Skip to content

Commit

Permalink
Merge branch 'roib20-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyephron committed Jan 13, 2021
2 parents b4d31af + 5f22415 commit a213943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simplegmail/gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ def _get_messages_from_refs(
"""

if not message_refs:
return []

if not parallel:
return [self._build_message_from_ref(user_id, ref, attachments)
for ref in message_refs]
Expand Down

0 comments on commit a213943

Please sign in to comment.