We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda6c2 commit aa6402aCopy full SHA for aa6402a
Lib/email/feedparser.py
@@ -266,7 +266,7 @@ def _parsegen(self):
266
yield NeedMoreData
267
continue
268
break
269
- msg = self._pop_message()
+ self._pop_message()
270
# We need to pop the EOF matcher in order to tell if we're at
271
# the end of the current file, not the end of the last block
272
# of message headers.
0 commit comments